Skip to content

Commit

Permalink
AU: 1 updated - gnucash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 25, 2023
1 parent 28f211e commit 97a6442
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.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>gnucash</id>
<version>5.3</version>
<version>5.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.3/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.4/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.3/gnucash-5.3.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.4/gnucash-5.4.setup.exe/download>
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 <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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*'

Expand Down

0 comments on commit 97a6442

Please sign in to comment.