diff --git a/automatic/gnucash/gnucash.json b/automatic/gnucash/gnucash.json index 6a31a3191d8..6444e5f2185 100644 --- a/automatic/gnucash/gnucash.json +++ b/automatic/gnucash/gnucash.json @@ -30,5 +30,6 @@ "5.1": "5.1", "5.2": "5.2", "5.3": "5.3", - "5.4": "5.4" + "5.4": "5.4", + "5.5": "5.5" } diff --git a/automatic/gnucash/gnucash.nuspec b/automatic/gnucash/gnucash.nuspec index bad6f04bb8e..d842ab97d2f 100644 --- a/automatic/gnucash/gnucash.nuspec +++ b/automatic/gnucash/gnucash.nuspec @@ -3,7 +3,7 @@ gnucash - 5.4 + 5.5 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnucash chocolatey-community GnuCash diff --git a/automatic/gnucash/legal/VERIFICATION.txt b/automatic/gnucash/legal/VERIFICATION.txt index 657e6e4233f..fd5bc8fac50 100644 --- a/automatic/gnucash/legal/VERIFICATION.txt +++ b/automatic/gnucash/legal/VERIFICATION.txt @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 5BFED628750FC034B56FC6285A1B7B0BF9BC8AA1D831E7A946D523BE27351D48 + checksum: 720A60DCA57E4199F28B5449158DDC89E62012F042A62C43B16C569FA0890275 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gnucash/tools/chocolateyInstall.ps1 b/automatic/gnucash/tools/chocolateyInstall.ps1 index 1ed98e10a30..f9048b2d2db 100644 --- a/automatic/gnucash/tools/chocolateyInstall.ps1 +++ b/automatic/gnucash/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\gnucash-5.4.setup.exe" + file = "$toolsPath\gnucash-5.5.setup.exe" softwareName = 'GnuCash*' diff --git a/automatic/wesnoth/tools/chocolateyInstall.ps1 b/automatic/wesnoth/tools/chocolateyInstall.ps1 index 128db53318f..064f29e41dd 100644 --- a/automatic/wesnoth/tools/chocolateyInstall.ps1 +++ b/automatic/wesnoth/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = 'wesnoth' fileType = 'exe' - url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.23/wesnoth-1.17.23-win64.exe/download' + url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.24/wesnoth-1.17.24-win64.exe/download' softwareName = 'Battle for Wesnoth*' - checksum = '99ecbfbf2a35f45fc6606ae5c349b30c60ea46799d9695808490fb1536f7f02f' + checksum = '0ea5b39a57493d543e721f425bc8f4d7846af601a4501c6750a8727cc863e352' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/wesnoth/wesnoth.json b/automatic/wesnoth/wesnoth.json index b2d0d925e87..cb4138c7813 100644 --- a/automatic/wesnoth/wesnoth.json +++ b/automatic/wesnoth/wesnoth.json @@ -1,4 +1,4 @@ { "stable": "1.16.9", - "beta": "1.17.23-beta" + "beta": "1.17.24-beta" } diff --git a/automatic/wesnoth/wesnoth.nuspec b/automatic/wesnoth/wesnoth.nuspec index 2f0cbbde3c0..9235ab07a7e 100644 --- a/automatic/wesnoth/wesnoth.nuspec +++ b/automatic/wesnoth/wesnoth.nuspec @@ -3,7 +3,7 @@ wesnoth - 1.17.23-beta + 1.17.24-beta https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth chocolatey-community The Battle for Wesnoth