Skip to content

Commit

Permalink
AU: 1 updated - gbm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 24, 2018
1 parent 1cf2f82 commit b6a33d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3</version>
<version>1.1.4</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.3)
<releaseNotes>[Software Changelog](https://github.com/MikeMaximus/gbm/releases/tag/v1.1.4)
[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.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>
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.4/GBM.v1.1.4.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.4/GBM.v1.1.4.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: 72581FC1DF10E0122B044B8FA17FCC3B211EFF81CFB49B0A5512E7F18F029858
checksum64: B779B36A7EEC8E439E9A8B3C2106E67E4ECA45D66206A10E6B62A819EAA8E512
checksum32: D489B009D7B461EAA0594B2B0C732A4A92966963A43494B74BB79E01A7ACC419
checksum64: 189AB307FF0FCBFB1224A5DE77939B7CDB03B7C59D6D747AFBA77886E32C88F3

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.3.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.3.64-bit.Installer.exe"
file = "$toolsPath\GBM.v1.1.4.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.4.64-bit.Installer.exe"
softwareName = 'Game Backup Monitor*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit b6a33d2

Please sign in to comment.