Skip to content

Commit

Permalink
AU: 1 updated - wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2020
1 parent 718472c commit dd76402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-1.14/wesnoth-1.14.12/wesnoth-1.14.12-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.13/wesnoth-1.14.13-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '5b52436467a105f9fc52d2f7ce2294ef4a1b2360cf3e60dc5f4811b307157d99'
checksum = '4da71137c3479a9d8f24b7b7d1f7bde10c0657ffc9b7fe45cba87c2ed80a5f7a'
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.12",
"stable": "1.14.13",
"beta": "1.15.3-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.14.12</version>
<version>1.14.13</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit dd76402

Please sign in to comment.