Skip to content

Commit

Permalink
AU: 2 updated - vim Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 1, 2022
1 parent b2ddb4b commit 90928b1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.0117/gvim_9.0.0117_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0117/gvim_9.0.0117_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0124/gvim_9.0.0124_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0124/gvim_9.0.0124_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: 068BB6A0969D2E0B0BF4F5BBEEDDAA8119ABF2B0554FE7DE0275F916471331E7
checksum64: B870A225D99A507CC5F964E32968747AAF027AD4DE352A888C118A1BFBEBC894
checksum32: 15EF61CF6459526EA7C67818EE94BC763FEFDD50C52DB406F3E1C290668028F9
checksum64: 0B73E137CC987CC0A6EDB84D5450129E1F648EB4D8EE7CEDECA415B7B610DB01
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.0117_x86.zip"
file64 = "$toolsDir\gvim_9.0.0117_x64.zip"
file = "$toolsDir\gvim_9.0.0124_x86.zip"
file64 = "$toolsDir\gvim_9.0.0124_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.0117</version>
<version>9.0.0124</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
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22074.1.4",
"current": "22084.1.4",
"classic": "2022.06"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>22074.1.4</version>
<version>22084.1.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down

0 comments on commit 90928b1

Please sign in to comment.