diff --git a/automatic/gnucash/gnucash.json b/automatic/gnucash/gnucash.json index 81f5cf829fe..1dd8af765c6 100644 --- a/automatic/gnucash/gnucash.json +++ b/automatic/gnucash/gnucash.json @@ -23,5 +23,6 @@ "4.9": "4.9", "4.10": "4.10", "4.11": "4.11", - "4.12": "4.12" + "4.12": "4.12", + "4.13": "4.13" } diff --git a/automatic/gnucash/gnucash.nuspec b/automatic/gnucash/gnucash.nuspec index e15f8efcd0c..468859d0ca0 100644 --- a/automatic/gnucash/gnucash.nuspec +++ b/automatic/gnucash/gnucash.nuspec @@ -3,7 +3,7 @@ gnucash - 4.12 + 4.13 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 ecca110ccbf..8690de18b1c 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: 3098CBEAB534978493740A8E614EF6CAFA30372F5AD95A35D8B5D26D0BED8876 + checksum: 4136404A19804F3F253C16C2AC5CA2ACD4A21A6B3F321849013E00912AEB8E75 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gnucash/tools/chocolateyInstall.ps1 b/automatic/gnucash/tools/chocolateyInstall.ps1 index 5ec7ed73d4b..ec24519ab21 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-4.12.setup.exe" + file = "$toolsPath\gnucash-4.13.setup.exe" softwareName = 'GnuCash*'