Skip to content

Commit

Permalink
AU: 2 updated - vim wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 23, 2021
1 parent 039c0b2 commit 9bdce77
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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/v8.2.3365/gvim_8.2.3365_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3365/gvim_8.2.3365_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3367/gvim_8.2.3367_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3367/gvim_8.2.3367_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: FF794B4FF92835EF9FACF60B94EB7E477CA674E43735B246E7C17150A6768A92
checksum64: 8A730E9231F073D25FF1C5B907F0250D3F17151281F882C49E1E02BF19D2A977
checksum32: FF86047260596E0B538A57062C209842136679D5A3C94F1689F876C097C44C26
checksum64: 29E747AFABBE6A9D2FDDA13935C3ED396CB19B4B2E692BA49DA49F37883AA049
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_8.2.3365_x86.zip"
file64 = "$toolsDir\gvim_8.2.3365_x64.zip"
file = "$toolsDir\gvim_8.2.3367_x86.zip"
file64 = "$toolsDir\gvim_8.2.3367_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>8.2.3365</version>
<version>8.2.3367</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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.15/wesnoth-1.15.15-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.16/wesnoth-1.15.16-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '4b67fb56804263d8cf814ab2f8bff5b0f1314d686124cf2e10f51efae55820a2'
checksum = '1566096c0a955545a41a0e81f89a3f754c7656709478f771489484265b1394b4'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
@@ -1,4 +1,4 @@
{
"stable": "1.14.17",
"beta": "1.15.15-beta"
"beta": "1.15.16-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.15.15-beta</version>
<version>1.15.16-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 9bdce77

Please sign in to comment.