Skip to content

Commit

Permalink
AU: 1 updated - vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 3, 2022
1 parent 2431c27 commit 1a404a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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/v9.0.0984/gvim_9.0.0984_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0984/gvim_9.0.0984_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0995/gvim_9.0.0995_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0995/gvim_9.0.0995_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: 46731A6027E591C5849B20345194FDC3B4657B4A09573CAB628811685DDE644B
checksum64: 8B60E91C26E2BBDC198C98DF81F27BB345647E9EAB74B10B910795ED1E701463
checksum32: 3B3739D15CABCED2F7670361F2DC35D68797BCF1A1036E4EE6BBF45F45FA7DA5
checksum64: 0D6F7F77D492030C849B45868197EEFDC134191D1E89D7C6D02263BB4B086A43
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_9.0.0984_x86.zip"
file64 = "$toolsDir\gvim_9.0.0984_x64.zip"
file = "$toolsDir\gvim_9.0.0995_x86.zip"
file64 = "$toolsDir\gvim_9.0.0995_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>9.0.0984</version>
<version>9.0.0995</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 1a404a9

Please sign in to comment.