From 97a64428561237d91ba7dc64575a18038999b8f6 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 25 Sep 2023 00:14:16 +0000 Subject: [PATCH] AU: 1 updated - gnucash [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/3bef267787f700ce92f0247ccef3f5762bb6ca64 --- automatic/gnucash/gnucash.json | 3 ++- automatic/gnucash/gnucash.nuspec | 2 +- automatic/gnucash/legal/VERIFICATION.txt | 6 +++--- automatic/gnucash/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/automatic/gnucash/gnucash.json b/automatic/gnucash/gnucash.json index fd73b2d5e1e..6a31a3191d8 100644 --- a/automatic/gnucash/gnucash.json +++ b/automatic/gnucash/gnucash.json @@ -29,5 +29,6 @@ "5.0": "5.0", "5.1": "5.1", "5.2": "5.2", - "5.3": "5.3" + "5.3": "5.3", + "5.4": "5.4" } diff --git a/automatic/gnucash/gnucash.nuspec b/automatic/gnucash/gnucash.nuspec index fb5e9776f31..bad6f04bb8e 100644 --- a/automatic/gnucash/gnucash.nuspec +++ b/automatic/gnucash/gnucash.nuspec @@ -3,7 +3,7 @@ gnucash - 5.3 + 5.4 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 923af8d66f6..657e6e4233f 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: 4CD66CF6C261FE7F5FC071B8E01314F33FB97E3496FE832E07BAD360C1CF685A + checksum: 5BFED628750FC034B56FC6285A1B7B0BF9BC8AA1D831E7A946D523BE27351D48 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gnucash/tools/chocolateyInstall.ps1 b/automatic/gnucash/tools/chocolateyInstall.ps1 index 86f0cb230cb..1ed98e10a30 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.3.setup.exe" + file = "$toolsPath\gnucash-5.4.setup.exe" softwareName = 'GnuCash*'