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 Jul 3, 2017
1 parent 32bfcf9 commit 13ec43f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>2.6.16.20170607</version>
<version>2.6.17</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://github.com/Gnucash/gnucash/releases/latest>
and can be verified by doing the following:

1. Download the following <https://github.com/Gnucash/gnucash/releases/download/2.6.16/gnucash-2.6.16-1.setup.exe>
1. Download the following <https://github.com/Gnucash/gnucash/releases/download/2.6.17b/gnucash-2.6.17-setup.exe>
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: DB0E2F8E020D4E33A40B819456022B791AD23CC541B29F619914C3F97D786D80
checksum: BA57A15D4B89DC7A6B447569E4214F96CC545C9DD3124E859E76890699F68550

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/a4bb22b23cdeea2c043b533b9a5b70afdc0728c3/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-2.6.16-1.setup.exe"
file = "$toolsPath\gnucash-2.6.17-setup.exe"

softwareName = 'GnuCash*'

Expand Down

0 comments on commit 13ec43f

Please sign in to comment.