Skip to content

Commit

Permalink
AU: 2 updated - reshack vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 15, 2023
1 parent bd1cc5a commit 2b09453
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/reshack/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 46431DDF68FD664B0F58DFB1625A52936AF3BA48EE340CC05D89346024DD6601
checksum32: 9E2B6066E19C62161C070B04DB204F88B3DD529B7EE85235CF647BBB868180BD

File 'License.txt' is created by copying paragraph of text from:
http://www.angusj.com/resourcehacker
2 changes: 1 addition & 1 deletion automatic/reshack/reshack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>reshack</id>
<title>Resource Hacker</title>
<version>5.2.1</version>
<version>5.2.3</version>
<authors>Angus Johnson</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit and 64bit Windows executables and resource files.</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.0.2018/gvim_9.0.2018_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2018/gvim_9.0.2018_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2026/gvim_9.0.2026_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2026/gvim_9.0.2026_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: E82D51604CB9B8431A129E4CD989A0DB2FC185DAD3322866D69CBD975197AEFD
checksum64: 8BA4832B62A5565401448D1D5BCEC8CEEF0620B703A901C5BBC24B75D5F83907
checksum32: 32DD3BCEEC038BBBCE8B02368C512AAB46671B33569B14870571D9785AD61F22
checksum64: E6C7A0CFEAED89F3B20A4C6DE040C74BB6314E09915D8B403A2940D018E63B7D
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.0.2018_x86.zip"
file64 = "$toolsDir\gvim_9.0.2018_x64.zip"
file = "$toolsDir\gvim_9.0.2026_x86.zip"
file64 = "$toolsDir\gvim_9.0.2026_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.0.2018</version>
<version>9.0.2026</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 2b09453

Please sign in to comment.