Skip to content

Commit

Permalink
AU: 2 updated - vim wesnoth
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 17, 2021
1 parent d9ea19f commit 7d3f5c6
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
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/v8.2.2352/gvim_8.2.2352_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2352/gvim_8.2.2352_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2366/gvim_8.2.2366_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2366/gvim_8.2.2366_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: A198BA39FAD4F3B1C1FFFD92A48E8A16D821E2BB18D5F5797CE6CF016278BFFD
checksum64: 6E524AFE01DB4DEB7DA2EB3DD30DED1D19BA515BCB6012D37746791AF346C067
checksum32: 4A311B1A55A34187D764626A90F0E097D58030FEF6F05C8D75987C174776A576
checksum64: A4FB0D613EA98C9DE508B11498381592079B27283175289F11D34926B230B02D
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_8.2.2352_x86.zip"
file64 = "$toolsDir\gvim_8.2.2352_x64.zip"
file = "$toolsDir\gvim_8.2.2366_x86.zip"
file64 = "$toolsDir\gvim_8.2.2366_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>8.2.2352</version>
<version>8.2.2366</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.15/wesnoth-1.14.15-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.9/wesnoth-1.15.9-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '0af0a86bac4f93a3b2d5f9ee414866821462420672b80a8e222b45b3f21f10c5'
checksum = '755a031e1cbfd7b096d58e838fb90e610590865e17a3fcf2761dd8bfd6e89a4c'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.15",
"beta": "1.15.8-beta"
"beta": "1.15.9-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.14.15</version>
<version>1.15.9-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 7d3f5c6

Please sign in to comment.