Skip to content

Commit

Permalink
AU: 1 updated - gtkwave
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 4, 2018
1 parent b623ef1 commit 8c78a45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.92</version>
<version>3.3.93</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.92-bin-win32/gtkwave-3.3.92-bin-win32.zip/download>
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.93-bin-win32/gtkwave-3.3.93-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: 078195D214EDDB08B2CDE6F776ED4F5F6BBB4C4F708E7D6844C3F4F08256E84E
checksum: 361E8E8A549C82D23DA3CC87D34579EDE2E355E921A976815D51078BF6A17426

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

Expand Down

0 comments on commit 8c78a45

Please sign in to comment.