Skip to content

Commit

Permalink
AU: 2 updated - alldup vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 12, 2023
1 parent 3050c59 commit fabca33
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.5.52</version>
<version>4.5.54</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C1DFD55761A965287D227914230D41DC5C7104F9952493E1C2556E15A6DE7451
checksum32: 706BE93DC98B4809DC8416BEA64E9575289E633B018CD1499A52928DA15EE830

File 'Redistribution.pdf' is from personal email communication
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.2092/gvim_9.0.2092_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2092/gvim_9.0.2092_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2100/gvim_9.0.2100_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2100/gvim_9.0.2100_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: D93226B8E80C3C91147140EC8179C1927115E36406B7F144AF7D681517EE0F8C
checksum64: 6D303EF36860C057BBFBE0123442FABDCA12557FAFE5C1919847F941552C39DD
checksum32: 5AD9B83143FFE54F2FA5E6A2A648C27D8BAA8BF8395804F57C0D1E1FD3B41593
checksum64: B04E8846247CD40832B045863EA81E855D10C32A2EB4818AD45942309050E919
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.2092_x86.zip"
file64 = "$toolsDir\gvim_9.0.2092_x64.zip"
file = "$toolsDir\gvim_9.0.2100_x86.zip"
file64 = "$toolsDir\gvim_9.0.2100_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.2092</version>
<version>9.0.2100</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 fabca33

Please sign in to comment.