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 Jul 1, 2024
1 parent 19929a4 commit bdf0726
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 @@ -32,5 +32,6 @@
"5.3": "5.3",
"5.4": "5.4",
"5.5": "5.5",
"5.6": "5.6"
"5.6": "5.6",
"5.7": "5.7"
}
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.6</version>
<version>5.7</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.6/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.7/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.6/gnucash-5.6.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.7/gnucash-5.7.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: DC6139469696168DDD13AD617A8FBD31C2389B0960A82BC2DA1C0C5606B37F46
checksum: 8C000A84246F08A193E9DA22D3AE760499F00FBE4FB77D310488C596715C1487

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.6.setup.exe"
file = "$toolsPath\gnucash-5.7.setup.exe"

softwareName = 'GnuCash*'

Expand Down

0 comments on commit bdf0726

Please sign in to comment.