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 Dec 19, 2022
1 parent 17bf923 commit 8bb7efb
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 @@ -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"
}
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>4.12</version>
<version>4.13</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/4.12/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.13/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.12/gnucash-4.12.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.13/gnucash-4.13.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: 3098CBEAB534978493740A8E614EF6CAFA30372F5AD95A35D8B5D26D0BED8876
checksum: 4136404A19804F3F253C16C2AC5CA2ACD4A21A6B3F321849013E00912AEB8E75

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

softwareName = 'GnuCash*'

Expand Down

0 comments on commit 8bb7efb

Please sign in to comment.