Skip to content

Commit

Permalink
AU: 2 updated - gbm gtkwave
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 16, 2018
1 parent 99a6452 commit 316d1fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/gbm/gbm.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>gbm</id>
<version>1.1.2</version>
<version>1.1.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/game-backup-monitor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Game Backup Monitor</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ Game Backup Monitor is completely free and open source software.
## Notes
- Game Backup Monitor is currently only available in English.
]]></description>
<releaseNotes>[Software Changelog](https://github.com/MikeMaximus/gbm/releases/tag/v1.1.2)
<releaseNotes>[Software Changelog](https://github.com/MikeMaximus/gbm/releases/tag/v1.1.3)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/gbm/Changelog.md)</releaseNotes>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gbm/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/MikeMaximus/gbm/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.2/GBM.v1.1.2.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.2/GBM.v1.1.2.64-bit.Installer.exe>
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.3/GBM.v1.1.3.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.3/GBM.v1.1.3.64-bit.Installer.exe>
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
checksum32: 9EC4A16E1F891B20CCF8B203225DA8769033F6F41ED5166D6D6EEFAD298F4224
checksum64: 897E507D6F9F9819A39186DEE883C15623AF4895CBD98E63374C2047013368CB
checksum32: 72581FC1DF10E0122B044B8FA17FCC3B211EFF81CFB49B0A5512E7F18F029858
checksum64: B779B36A7EEC8E439E9A8B3C2106E67E4ECA45D66206A10E6B62A819EAA8E512

The file 'LICENSE.txt' has been obtained from <https://github.com/MikeMaximus/gbm/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/gbm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\GBM.v1.1.2.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.2.64-bit.Installer.exe"
file = "$toolsPath\GBM.v1.1.3.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.3.64-bit.Installer.exe"
softwareName = 'Game Backup Monitor*'
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.91</version>
<version>3.3.92</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.91-bin-win32/gtkwave-3.3.91-bin-win32.zip/download>
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.92-bin-win32/gtkwave-3.3.92-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: 6BEAF73FC4A3B5F0EA143BE088E6E05AFEF0708FAC916879B70302C533DDF33C
checksum: 078195D214EDDB08B2CDE6F776ED4F5F6BBB4C4F708E7D6844C3F4F08256E84E

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

Expand Down

0 comments on commit 316d1fc

Please sign in to comment.