Skip to content

Commit

Permalink
AU: 1 updated - gnucash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2018
1 parent 42ccb42 commit 34fbb48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"2.6": "2.6.21",
"3.0": "3.0",
"3.1": "3.1"
"3.1": "3.1.0.20180614"
}
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>3.1</version>
<version>3.1.0.20180614</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey</owners>
<title>GnuCash</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.1/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.1/gnucash-3.1.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.1/gnucash-3.1-2.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: 699070D8E895E80F1D1042B506DFE38BE1707493EEEA856987E5B04E198BF5E2
checksum: 426E9A8D0F6542486052733171AA33700DA061B0AF23101B2B42DAC141E6FAFE

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

softwareName = 'GnuCash*'

Expand Down

0 comments on commit 34fbb48

Please sign in to comment.