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 authored and AdmiringWorm committed May 15, 2018
1 parent b71a952 commit 667ee1e
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.5.1</version>
<version>1.5.3</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.5.1.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.3.exe'
softwareName = 'Cacher*'
checksum = '83e691cde99c82afab47e142205bc1604cbdb78fe2c91a7419f1666c649816758d96a1626eb9cda18e766202103c41acbfc1cdac57081a3e8efe6c1b3235ec65'
checksum = '6d8c43edde5bba38fb162ac3f81f35bbeb21c5f45e92d07755c1536b5c5afb2d906e28f20d2b342b4ff63df0843e008f3406a673def084223e20ee09210b5ba7'
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.89</version>
<version>3.3.90</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.89-bin-win32/gtkwave-3.3.89-bin-win32.zip/download>
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.90-bin-win32/gtkwave-3.3.90-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: 305D1EE1C79491F75748A692890475064C40B99796C344A4B6EE682E3876D5CC
checksum: FF68FA4CDE0FE0BF070A02D24D51E6DFC2DE506CD065B8564EBDB7F4798AAF4B

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.89-bin-win32.zip"
file = "$toolsPath\gtkwave-3.3.90-bin-win32.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 667ee1e

Please sign in to comment.