From 9bdb4de242f7cea679d8f25569d9853e82d41e38 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 10 Oct 2024 00:21:25 +0000 Subject: [PATCH] AU: 8 updated - chromium GoogleChrome mixxx palemoon tor-browser vcredist140 vcredist2017 vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/7c7583c04bd5a307ce1be45ee884cf7062d3bd1b --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 2 +- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/palemoon/palemoon.nuspec | 2 +- automatic/palemoon/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/tor-browser/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/tor-browser/tor-browser.nuspec | 2 +- automatic/vcredist140/info-15.txt | 2 +- automatic/vcredist140/info-16.txt | 2 +- automatic/vcredist140/info-17.txt | 2 +- automatic/vcredist140/tools/data.ps1 | 10 +++++----- automatic/vcredist140/vcredist140.json | 6 +++--- automatic/vcredist140/vcredist140.nuspec | 2 +- automatic/vcredist2017/README.md | 2 +- automatic/vcredist2017/info | 2 +- automatic/vcredist2017/update.ps1 | 2 +- automatic/vcredist2017/vcredist2017.nuspec | 8 ++++---- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 27 files changed, 51 insertions(+), 51 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e74d43caead..45f1f4adac3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6767.0-snapshots", + "snapshots": "131.0.6768.0-snapshots", "stable": "129.0.6668.101" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fd36fe2e31a..bf88ca0d14c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 129.0.6668.101 - Chromium + 131.0.6768.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index af5df0a5449..367a41af0ff 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum64: B5734A44F4D6D8188660C45EED05C03D950819A8E412F37E2BB2BBD7F3474472 + checksum64: 4119EE07E80AC054C9FD6FA6981C2057178806620864D9C0ACD896A80CA40EE2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index af50c1a69ba..0811d4e44fd 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '129.0.6668.101' +$version = '131.0.6768.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe' - checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1366415/mini_installer.exe' + checksum = '9E65DE972972D2CCB457662B65B409F9134A7192D0E7EE8EDDF56A9ED1DCD91D' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index f579db57e9d..4fe4d376db2 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 129.0.6668.101 + 130.0.6723.44 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index c94819e18d2..6128adf2f71 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '129.0.6668.101' +$version = '130.0.6723.44' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index d758070a27c..aa816d0d0ce 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-60-g240033666f-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-61-gfc19b4751a-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: C239EA999E60A241B3C60F0D4B43F2451768D0752FE3FFEC911A6E1A3E0559D9 + checksum64: 5DFD68E63259DB381AE33BF0513053D0CD96251D2C24CFD0E0DBB73C3EA303BA File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 5231217676f..11ae7fefd4a 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-99", - "beta": "2.5-beta-60" + "beta": "2.5-beta-61" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index ee1107c9a8d..7a0ab0a6853 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-60 + 2.5-beta-61 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 89c55388741..219a3f3136c 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.5-beta-60-g240033666f-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-61-gfc19b4751a-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index 42a4151b4a2..e266410b53e 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 33.4.0 + 33.4.0.1 Moonchild Productions chocolatey-community,Redsandro A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index 8677ecf767a..8df5f19d602 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.win64.installer.exe' + url = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.1.win32.installer.exe' + url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.1.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = '741aaabdf6bab3ddc6e5b3b60b920b3cef06666e95e8b31f9f3e36463038c049' + checksum = '87cc0ad75986bf9b7fa1f087a2ea33fe7772fa9cd80aa97ea0e8cb3f4cc0bd84' checksumType = 'sha256' - checksum64 = '596bc35bd5c3b941a5cd5cf549ac6582effd9e7af7f6884169450b8e50b84dea' + checksum64 = '22ad5d0c73cef554e435bd0db11167ba32ffb7594a6dbd9d2f1a24ba55039e4c' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/tor-browser/tools/chocolateyInstall.ps1 b/automatic/tor-browser/tools/chocolateyInstall.ps1 index e26faaf451a..37f7fdf07fa 100644 --- a/automatic/tor-browser/tools/chocolateyInstall.ps1 +++ b/automatic/tor-browser/tools/chocolateyInstall.ps1 @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir $packageArgs = @{ PackageName = 'tor-browser' FileType = 'exe' - Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.6/tor-browser-windows-i686-portable-13.5.6.exe' - Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.6/tor-browser-windows-x86_64-portable-13.5.6.exe' - Checksum = 'ed8007d5a480d17b488b3b976dc0b23e08b37c2b03dcd9e18e6812c81facc874' - Checksum64 = '8934f473ed30fe96f262d924bea5782762c8580ec9e53a6a723e6ed6b3333555' + Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.7/tor-browser-windows-i686-portable-13.5.7.exe' + Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.7/tor-browser-windows-x86_64-portable-13.5.7.exe' + Checksum = '68cc3e9a72e256ec60c7d702f414cf5c0cd9a77dee7c79b9ad0da6bddfd43606' + Checksum64 = 'b62a289d756a77a7db1e5b818f9fdb094a0d7dcb19b0fdaf8e8b4350be0530d7' ChecksumType = 'sha256' SilentArgs = "/S","/D=$destinationFolder" } diff --git a/automatic/tor-browser/tor-browser.nuspec b/automatic/tor-browser/tor-browser.nuspec index 085f40d82f2..d73c306f6b2 100644 --- a/automatic/tor-browser/tor-browser.nuspec +++ b/automatic/tor-browser/tor-browser.nuspec @@ -3,7 +3,7 @@ tor-browser - 13.5.6 + 13.5.7 Tor Browser chocolatey-community Tor Project diff --git a/automatic/vcredist140/info-15.txt b/automatic/vcredist140/info-15.txt index 2944064deaa..b7c57ba3620 100644 --- a/automatic/vcredist140/info-15.txt +++ b/automatic/vcredist140/info-15.txt @@ -1 +1 @@ -"0xE9E2A469C069D72256B96D5B55F20AF4849FAFF5D50CE7C6CC8C56107AD18002"|14.16.27033 \ No newline at end of file +"0xC9407D07CEF87EBCC99CDBD34382806901E56EAD54071858A95BB7C36AF6A982"|14.16.27052 \ No newline at end of file diff --git a/automatic/vcredist140/info-16.txt b/automatic/vcredist140/info-16.txt index 0a8a3368134..61e63f45e61 100644 --- a/automatic/vcredist140/info-16.txt +++ b/automatic/vcredist140/info-16.txt @@ -1 +1 @@ -"0x4DF121C0033B7985CFDE766C8AE616C096B772384A6E69BBC4CDF3701F3BAA4B"|14.29.30153 \ No newline at end of file +"0x6C4BB359FE0A7E0EA9FB265AD3AC386CCB242720FB9F6CDC9EA0E415B2B312DE"|14.29.30156 \ No newline at end of file diff --git a/automatic/vcredist140/info-17.txt b/automatic/vcredist140/info-17.txt index beb1ab32e92..888106c6dd2 100644 --- a/automatic/vcredist140/info-17.txt +++ b/automatic/vcredist140/info-17.txt @@ -1 +1 @@ -"0xF0E45F3885C96B36B1F6EE0A6812A8CEAD235BE120BB5595CF6FE61399799467"|14.40.33810 \ No newline at end of file +"0xD992347400985AB0297C6730001652BC16DE9707F7582E249CA7E5041C65B6A8"|14.40.33816 \ No newline at end of file diff --git a/automatic/vcredist140/tools/data.ps1 b/automatic/vcredist140/tools/data.ps1 index 319c339b75f..04afd1e0885 100644 --- a/automatic/vcredist140/tools/data.ps1 +++ b/automatic/vcredist140/tools/data.ps1 @@ -1,12 +1,12 @@ $installData32 = @{ - Url = 'https://download.visualstudio.microsoft.com/download/pr/9c69db26-cda4-472d-bdae-f2b87f4a0177/A32DD41EAAB0C5E1EAA78BE3C0BB73B48593DE8D97A7510B97DE3FD993538600/VC_redist.x86.exe' - Checksum = 'a32dd41eaab0c5e1eaa78be3c0bb73b48593de8d97a7510b97de3fd993538600' + Url = 'https://download.visualstudio.microsoft.com/download/pr/5cc0a375-ebc5-4a27-8a76-aa43097a8949/ED1967C2AC27D806806D121601B526F84E497AE1B99ED139C0C4C6B50147DF4A/VC_redist.x86.exe' + Checksum = 'ed1967c2ac27d806806d121601b526f84e497ae1b99ed139c0c4c6b50147df4a' ChecksumType = 'sha256' } $installData64 = @{ - Url64 = 'https://download.visualstudio.microsoft.com/download/pr/1754ea58-11a6-44ab-a262-696e194ce543/3642E3F95D50CC193E4B5A0B0FFBF7FE2C08801517758B4C8AEB7105A091208A/VC_redist.x64.exe' - Checksum64 = '3642e3f95d50cc193e4b5a0b0ffbf7fe2c08801517758b4c8aeb7105a091208a' + Url64 = 'https://download.visualstudio.microsoft.com/download/pr/368cc6bf-087b-49f9-93e6-ab05b70a58e0/814E9DA5EC5E5D6A8FA701999D1FC3BADDF7F3ADC528E202590E9B1CB73E4A11/VC_redist.x64.exe' + Checksum64 = '814e9da5ec5e5d6a8fa701999d1fc3baddf7f3adc528e202590e9b1cb73e4a11' ChecksumType64 = 'sha256' } @@ -15,7 +15,7 @@ $uninstallData = @{ } $otherData = @{ - ThreePartVersion = [version]'14.40.33810' + ThreePartVersion = [version]'14.40.33816' FamilyRegistryKey = '14.0' PackageName = 'vcredist140' } diff --git a/automatic/vcredist140/vcredist140.json b/automatic/vcredist140/vcredist140.json index a2ff9246c3d..c11e99d19b3 100644 --- a/automatic/vcredist140/vcredist140.json +++ b/automatic/vcredist140/vcredist140.json @@ -1,5 +1,5 @@ { - "15": "14.16.27033.20220402", - "16": "14.29.30153", - "17": "14.40.33810" + "15": "14.16.27052", + "16": "14.29.30156", + "17": "14.40.33816" } diff --git a/automatic/vcredist140/vcredist140.nuspec b/automatic/vcredist140/vcredist140.nuspec index 50dc4fdd820..35ed667db1f 100644 --- a/automatic/vcredist140/vcredist140.nuspec +++ b/automatic/vcredist140/vcredist140.nuspec @@ -3,7 +3,7 @@ vcredist140 - 14.40.33810 + 14.40.33816 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140 chocolatey-community,jberezanski Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 diff --git a/automatic/vcredist2017/README.md b/automatic/vcredist2017/README.md index abc0909b58c..787c712458e 100644 --- a/automatic/vcredist2017/README.md +++ b/automatic/vcredist2017/README.md @@ -1,4 +1,4 @@ -# [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017) +# [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017) Microsoft Visual C++ Redistributable for Visual Studio 2017 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2017 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2017 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries. diff --git a/automatic/vcredist2017/info b/automatic/vcredist2017/info index 82dfde7ed7b..b7c57ba3620 100644 --- a/automatic/vcredist2017/info +++ b/automatic/vcredist2017/info @@ -1 +1 @@ -"539758c4743d51:0"|14.16.27033 \ No newline at end of file +"0xC9407D07CEF87EBCC99CDBD34382806901E56EAD54071858A95BB7C36AF6A982"|14.16.27052 \ No newline at end of file diff --git a/automatic/vcredist2017/update.ps1 b/automatic/vcredist2017/update.ps1 index 99684184f86..4062cc6b64a 100644 --- a/automatic/vcredist2017/update.ps1 +++ b/automatic/vcredist2017/update.ps1 @@ -18,7 +18,7 @@ function global:au_GetLatest { -OnEtagChanged { $dest = "$env:TEMP\vcredist2017.exe" Get-WebFile $x64Release $dest | Out-Null - $version = Get-Version (Get-Item $dest | % { $_.VersionInfo.ProductVersion }) + $version = Get-Version (Get-Item $dest | ForEach-Object { $_.VersionInfo.ProductVersion }) return @{ Version = if ($version.Version.Revision -eq 0) { $version.ToString(3) } else { $version.ToString() } } diff --git a/automatic/vcredist2017/vcredist2017.nuspec b/automatic/vcredist2017/vcredist2017.nuspec index 61e6f73ccb3..bdedd8c8ce4 100644 --- a/automatic/vcredist2017/vcredist2017.nuspec +++ b/automatic/vcredist2017/vcredist2017.nuspec @@ -3,13 +3,13 @@ vcredist2017 - 14.16.27033 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist2017 + 14.16.27052 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist2017 chocolatey-community,jberezanski Microsoft Visual C++ Redistributable for Visual Studio 2017 Microsoft https://blogs.msdn.microsoft.com/visualstudio/2017/03/07/announcing-visual-studio-2017-general-availability-and-more/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png https://www.microsoft.com/en-us/legal/intellectualproperty/permissions https://visualstudio.microsoft.com/license-terms/mlt552233/ false @@ -26,7 +26,7 @@ This package is only a metapackage which points to the latest Visual C++ Redistr [Supported Operating Systems](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2 ]]> - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index d5ad1143a5e..78fb0ccadd3 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: CA0BCA8F913D9346AEDB32CF69E9C64B1DBDB2A2449286EA63929209CB51B543 - checksum64: 019755D63EF0CAF5C3C3FB7B178F838FD3E440824A7611BDA53516900AF18A84 + checksum32: 152098EF85A08E3DB721198E0767C0E6A19E804D6E0E32670D2F77872B382C0C + checksum64: C536CF3FD9D14B5D5A950D852BACF2EC9057DC65E128EEDA423D2E87ABF3284A diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 687cd5ff463..4b994ecff24 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0766_x86.zip" - file64 = "$toolsDir\gvim_9.1.0766_x64.zip" + file = "$toolsDir\gvim_9.1.0772_x86.zip" + file64 = "$toolsDir\gvim_9.1.0772_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3dc6f67e12c..2f998986b24 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0766 + 9.1.0772 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.