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 9, 2024
1 parent 852d4b5 commit d973877
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v6.10.1/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.10.2/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: E41E724F541C1F0425E9E92856D19A0E87A8EB4CB692CADA6E0399FEB4B2B026
checksum: AFB360B0B6DF7E958C511C42F1358A00EA2F3D72388EDD55FBAAFDB08B355357

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"6.6": "6.6.2",
"6.7": "6.7.1",
"6.8": "6.8.1",
"6.10": "6.10.1"
"6.10": "6.10.2"
}
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
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>6.10.1</version>
<version>6.10.2</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
Original file line number Diff line number Diff line change
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/v9.1.0664/gvim_9.1.0664_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0664/gvim_9.1.0664_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0665/gvim_9.1.0665_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0665/gvim_9.1.0665_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: BB1416959DC58194BE246126725F6387FEF85D90E900BCD9CAC8A5FB986B2A5A
checksum64: 09F9A040117C7C44E1B3F1CC7E3012BA6D8D7345262DF46E5FB559C04A1AADF9
checksum32: 85FF76741FA27DED730C5349492DB07EFAE65F093D6611C0DFC9159B5EF45583
checksum64: B725D5593EBD2078D213181AAC5E694B145A2CA8152D7D443C55028EF1F02D56
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0664_x86.zip"
file64 = "$toolsDir\gvim_9.1.0664_x64.zip"
file = "$toolsDir\gvim_9.1.0665_x86.zip"
file64 = "$toolsDir\gvim_9.1.0665_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0664</version>
<version>9.1.0665</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 d973877

Please sign in to comment.