Skip to content

Commit

Permalink
AU: 1 updated - openmpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 30, 2023
1 parent 82b7b0e commit 2eea66a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/openmpt/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://openmpt.org/download>
and can be verified by doing the following:

1. Download the following: <https://download.openmpt.org/archive/openmpt/1.30/OpenMPT-1.30.12.00-Setup.exe>
1. Download the following: <https://download.openmpt.org/archive/openmpt/1.31/OpenMPT-1.31.01.00-Setup.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
checksum: 4A7F611148A007C007F66DEEBBFECC74C637CAAF6AB9DD72659FAB484EFFA34A
checksum: 5F839EB25BC17442B1C3348CC47E6807CC81DD13836C7A99BB8335AFC9F85CE3

The file 'LICENSE.txt' has been obtained from <https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/LICENSE>
2 changes: 1 addition & 1 deletion automatic/openmpt/openmpt.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>openmpt</id>
<version>1.30.12.0</version>
<version>1.31.1.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/openmpt</packageSourceUrl>
<owners>AdmiringWorm, nipsky</owners>
<title>OpenMPT</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/openmpt/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 = 'exe'
file = "$toolsPath\OpenMPT-1.30.12.00-Setup.exe"
file = "$toolsPath\OpenMPT-1.31.01.00-Setup.exe"
softwareName = 'OpenMPT*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`" /AllUsers"
validExitCodes = @(0)
Expand Down

0 comments on commit 2eea66a

Please sign in to comment.