Skip to content

Commit

Permalink
AU: 2 updated - cacher gtkwave
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 23, 2018
1 parent fbc8e5d commit fc1d12f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.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>cacher</id>
<version>1.3.8</version>
<version>1.3.9</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.3.8.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.3.9.exe'
softwareName = 'Cacher*'
checksum = '566041b6ffb5fd6f9a10c751c5ee743f3b4c97e4d6178d892b7bf28cf262b848134bf2b2660913e824d3b5bbfcc8b859181f4e0faa3b082697c9afad9488b344'
checksum = '85f435c6848b36497e703459824f70d735f3b097ec70ce6d4910a59e5a1a76a896241350f8336376d717451ed1c02bd3c3a4210bb43297f83551255a8645979a'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gtkwave/gtkwave.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>gtkwave</id>
<version>3.3.87</version>
<version>3.3.89</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/gtkwave</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GTKWave</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gtkwave/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/gtkwave/files/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.87-bin-win32/gtkwave-3.3.87-bin-win32.zip/download>
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.89-bin-win32/gtkwave-3.3.89-bin-win32.zip/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: 3C4BAFAE431EADD75C88D00DC892475038D278FC6424D54D26D79C18A4B33DFD
checksum: 305D1EE1C79491F75748A692890475064C40B99796C344A4B6EE682E3876D5CC

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/LICENSE.TXT?format=raw>
2 changes: 1 addition & 1 deletion automatic/gtkwave/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 = 'zip'
file = "$toolsPath\gtkwave-3.3.87-bin-win32.zip"
file = "$toolsPath\gtkwave-3.3.89-bin-win32.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit fc1d12f

Please sign in to comment.