diff --git a/automatic/gtkwave/gtkwave.nuspec b/automatic/gtkwave/gtkwave.nuspec index 5b84bb3b7..660ab8300 100644 --- a/automatic/gtkwave/gtkwave.nuspec +++ b/automatic/gtkwave/gtkwave.nuspec @@ -3,7 +3,7 @@ gtkwave - 3.3.95 + 3.3.96 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 ee9e65ec4..397fc60b6 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: ED3E37505489AD270CAC5D9A0C0A23AFDCBF9C9498B507E3353FBCB045023F03 + checksum: 72A7961E055135868F25C88DE31B3EF42E3C12B458700E656783BE6DEF5C10C3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gtkwave/tools/chocolateyInstall.ps1 b/automatic/gtkwave/tools/chocolateyInstall.ps1 index c9a037fca..d288a0d57 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.95-bin-win32.zip" + file = "$toolsPath\gtkwave-3.3.96-bin-win32.zip" destination = $toolsPath }