From 667ee1e6b4984a856db2d16a451645580fd6b7f0 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 15 May 2018 00:13:55 +0000 Subject: [PATCH] AU: 2 updated - cacher gtkwave [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/aaf88746de9752c84c9c2df7bcdfd1cb96d0b032 --- automatic/cacher/cacher.nuspec | 2 +- automatic/cacher/tools/chocolateyinstall.ps1 | 4 ++-- automatic/gtkwave/gtkwave.nuspec | 2 +- automatic/gtkwave/legal/VERIFICATION.txt | 4 ++-- automatic/gtkwave/tools/chocolateyInstall.ps1 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/cacher/cacher.nuspec b/automatic/cacher/cacher.nuspec index 30069e109..1aa76617f 100644 --- a/automatic/cacher/cacher.nuspec +++ b/automatic/cacher/cacher.nuspec @@ -3,7 +3,7 @@ cacher - 1.5.1 + 1.5.3 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher AdmiringWorm, Cacher diff --git a/automatic/cacher/tools/chocolateyinstall.ps1 b/automatic/cacher/tools/chocolateyinstall.ps1 index 8aaac00f0..b3ec6ffaa 100644 --- a/automatic/cacher/tools/chocolateyinstall.ps1 +++ b/automatic/cacher/tools/chocolateyinstall.ps1 @@ -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) diff --git a/automatic/gtkwave/gtkwave.nuspec b/automatic/gtkwave/gtkwave.nuspec index 6d63fc112..1ff337e50 100644 --- a/automatic/gtkwave/gtkwave.nuspec +++ b/automatic/gtkwave/gtkwave.nuspec @@ -3,7 +3,7 @@ gtkwave - 3.3.89 + 3.3.90 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/gtkwave AdmiringWorm GTKWave diff --git a/automatic/gtkwave/legal/VERIFICATION.txt b/automatic/gtkwave/legal/VERIFICATION.txt index 077bfe44d..755563032 100644 --- a/automatic/gtkwave/legal/VERIFICATION.txt +++ b/automatic/gtkwave/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 diff --git a/automatic/gtkwave/tools/chocolateyInstall.ps1 b/automatic/gtkwave/tools/chocolateyInstall.ps1 index 4c5d78808..c0aa2bc06 100644 --- a/automatic/gtkwave/tools/chocolateyInstall.ps1 +++ b/automatic/gtkwave/tools/chocolateyInstall.ps1 @@ -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 }