diff --git a/automatic/nuget.commandline/legal/VERIFICATION.txt b/automatic/nuget.commandline/legal/VERIFICATION.txt index 24e5fabd562..31dca68752a 100644 --- a/automatic/nuget.commandline/legal/VERIFICATION.txt +++ b/automatic/nuget.commandline/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors website located at and can be verified by doing the following: -1. Download the following +1. Download the following 2. Extract the downloaded nupkg file by using one of the following methods - Use the 7z utility: '7z.exe' - Using the powershell function 'Expand-Archive' @@ -16,6 +16,6 @@ and can be verified by doing the following: 4. The checksums should match the following: checksum type: sha256 - checksum: 852B71CC8C8C2D40D09EA49D321FF56FD2397B9D6EA9F96E532530307BBBAFD3 + checksum: 3ACFBEAB98DE164A3546FB6F17AABA09F08499A1E1C92FB33FBEE51EA314D45C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/nuget.commandline/nuget.commandline.json b/automatic/nuget.commandline/nuget.commandline.json index 3a226396a9b..44d1ecf5681 100644 --- a/automatic/nuget.commandline/nuget.commandline.json +++ b/automatic/nuget.commandline/nuget.commandline.json @@ -1,5 +1,5 @@ { - "stable": "5.9.1", + "stable": "6.0.0-preview3", "pre": "5.1.0-preview3", "3.2": "3.2.0", "3.4": "3.4.4", @@ -16,5 +16,6 @@ "5.6": "5.6.0", "5.7": "5.7.1", "5.8": "5.8.1", - "5.10": "5.10.0" + "5.10": "5.10.0", + "5.11": "5.11.0" } diff --git a/automatic/nuget.commandline/nuget.commandline.nuspec b/automatic/nuget.commandline/nuget.commandline.nuspec index 79402f13a31..1fa65188b37 100644 --- a/automatic/nuget.commandline/nuget.commandline.nuspec +++ b/automatic/nuget.commandline/nuget.commandline.nuspec @@ -5,7 +5,7 @@ nuget.commandline Nuget.CommandLine - 5.10.0 + 6.0.0-preview3 Microsoft chocolatey-community, nuget-mirror NuGet is the package manager for the Microsoft development platforms diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index ade810bab0f..b0caf2234e1 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: 2AFCCE815078201679FFEF5A39092074BB8AF5A3CD54A03ACD083EFC89A0DBDC - checksum64: 4107A3BE27A28CA47800080B35A0756C7324AB7E612525F4B09C83BCBF036821 + checksum32: 7EB845D1067FD685DC027DE0F8D2029BDD1F28A579D0074CBACCA725692EE73B + checksum64: E3844A1931895761D795BF5AF951F3C3BA889413BDD963F5426902B63750BE0C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 524482716ba..deeb1422818 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_8.2.3336_x86.zip" - file64 = "$toolsDir\gvim_8.2.3336_x64.zip" + file = "$toolsDir\gvim_8.2.3340_x86.zip" + file64 = "$toolsDir\gvim_8.2.3340_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3eabf662cd0..d7c55f5a581 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3336 + 8.2.3340 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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.