Skip to content

Commit

Permalink
AU: 2 updated - nuget.commandline vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 14, 2021
1 parent a59e5da commit 9a2cc0d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.10.0/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.0.0-preview3/nuget.exe>
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'
Expand All @@ -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 <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
5 changes: 3 additions & 2 deletions 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",
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.10.0</version>
<version>6.0.0-preview3</version>
<authors>Microsoft</authors>
<owners>chocolatey-community, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3336/gvim_8.2.3336_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3336/gvim_8.2.3336_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3340/gvim_8.2.3340_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3340/gvim_8.2.3340_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3336</version>
<version>8.2.3340</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 9a2cc0d

Please sign in to comment.