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 Mar 5, 2023
1 parent fe1e97f commit 40c72ac
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.10.00-Setup.exe>
1. Download the following: <https://download.openmpt.org/archive/openmpt/1.30/OpenMPT-1.30.11.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: 6C9166A44CAB657C16E08F76DDE5D6ACD532C6478E4C34429A5F46CC5DA357AD
checksum: 3A22EED71FEFDB695052F80CE6211BC78366FF2F0FAF8BFE21CB23BBFAEC3D58

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.10.0</version>
<version>1.30.11.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.10.00-Setup.exe"
file = "$toolsPath\OpenMPT-1.30.11.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 40c72ac

Please sign in to comment.