From 6a04cb3a97c35e1718890721fe43f8df12814298 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 3 Jun 2018 00:07:08 +0000 Subject: [PATCH] AU: 1 updated - gtkwave [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/38a73f15651a5dec86f646c07b95da951f2757a4 --- automatic/gtkwave/gtkwave.nuspec | 2 +- automatic/gtkwave/legal/VERIFICATION.txt | 4 ++-- automatic/gtkwave/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/gtkwave/gtkwave.nuspec b/automatic/gtkwave/gtkwave.nuspec index 1ff337e50..9376392a7 100644 --- a/automatic/gtkwave/gtkwave.nuspec +++ b/automatic/gtkwave/gtkwave.nuspec @@ -3,7 +3,7 @@ gtkwave - 3.3.90 + 3.3.91 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 755563032..5c7fd0c98 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: FF68FA4CDE0FE0BF070A02D24D51E6DFC2DE506CD065B8564EBDB7F4798AAF4B + checksum: 6BEAF73FC4A3B5F0EA143BE088E6E05AFEF0708FAC916879B70302C533DDF33C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gtkwave/tools/chocolateyInstall.ps1 b/automatic/gtkwave/tools/chocolateyInstall.ps1 index c0aa2bc06..3f5e8be8d 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.90-bin-win32.zip" + file = "$toolsPath\gtkwave-3.3.91-bin-win32.zip" destination = $toolsPath }