Skip to content

Commit

Permalink
AU: 1 updated - wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 28, 2023
1 parent 120dc17 commit 470d2cc
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
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/wesnoth-1.17.21/wesnoth-1.17.21-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.23/wesnoth-1.17.23-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '71576bf14d9e38f4ad0d4018d44ae669257374a867c58fd1df6943bb797bbde2'
checksum = '99ecbfbf2a35f45fc6606ae5c349b30c60ea46799d9695808490fb1536f7f02f'
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.16.9",
"beta": "1.17.21-beta"
"beta": "1.17.23-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.17.21-beta</version>
<version>1.17.23-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 470d2cc

Please sign in to comment.