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 22, 2019
1 parent 1e9ed2e commit 90bf846
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>2.6.6</version>
<version>2.6.7</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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.6.6.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.6.7.exe'
softwareName = 'Cacher*'
checksum = 'ae75e3e2bf217236f7ae58fe7fcf9bfe7576dd9d4ba342cebce993334709d25387b87c0983a37d121bd4a2350b962e5b411f1f667f3c3514f679c7c53a8ca037'
checksum = '7a5cdcb9635e594a537740ea6a7522dc256f6b0d5a1bea61ede59566eff803a656bde146a8e604fb157047ad377854872180e015ba8bccf10bc82e7902e2a79b'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gtkwave/gtkwave.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gtkwave</id>
<version>3.3.99</version>
<version>3.3.100</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
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.99-bin-win32/gtkwave-3.3.99-bin-win32.zip/download>
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.100-bin-win32/gtkwave-3.3.100-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: 8AD918DEFB237C06D97671A028026B9CFE91F7F8136C13A83783D57FF3C62813
checksum: 2E77C67AEFBF466618D60365987F3F9152FA7DB24A9A270F51A1D4B5954F2828

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
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'zip'
file = "$toolsPath\gtkwave-3.3.99-bin-win32.zip"
file = "$toolsPath\gtkwave-3.3.100-bin-win32.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 90bf846

Please sign in to comment.