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 Feb 11, 2019
1 parent df6bce5 commit 668f07c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions automatic/openmpt/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://openmpt.org/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.openmpt.org/OpenMPT-1.28.02.00-Setup.exe>
64-Bit software: <https://download.openmpt.org/OpenMPT-1.28.02.00-Setup-x64.exe>
32-Bit software: <https://download.openmpt.org/OpenMPT-1.28.03.00-Setup.exe>
64-Bit software: <https://download.openmpt.org/OpenMPT-1.28.03.00-Setup-x64.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: 42C1DDE60D0DFF66E94AA6D699E6D8F93B3ECFF22C546431E8A87F852D16573A
checksum64: 7E1DB6CE23E8550F023F333514C18CF50B649AFB2E75BAD85F399055343B4D15
checksum32: 77D038DA25995D57F026FE833A0AA31BD3BB2A6E68B04AAF7DE37AAEF6010A16
checksum64: 167689D2C3E937F3E233404EF2D2E950E167812476EC9B15B0C6E8AAD403F3E3

The file 'LICENSE.txt' has been obtained from <https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/LICENSE>
7 changes: 4 additions & 3 deletions 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.28.2.0</version>
<version>1.28.3.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/openmpt</packageSourceUrl>
<owners>AdmiringWorm, nipsky</owners>
<title>OpenMPT</title>
Expand All @@ -22,10 +22,11 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[**OpenMPT** is a popular [tracker](https://en.wikipedia.org/wiki/Tracker_%28music_software%29) software for Windows. OpenMPT (short hand for **Open ModPlug Tracker**) is completely free and allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software, can import a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as [VST][] plugins and [ASIO][] output. In addition to its own song format, OpenMPT can natively edit Impulse Tracker, FastTracker, Scream Tracker and ProTracker module files
[ASIO]: https://en.wikipedia.org/wiki/Audio_Stream_Input/Output
[VST]: https://en.wikipedia.org/wiki/Virtual_Studio_Technology
*[ASIO]: Audio Stream Input/Output, a common low-latency audio driver protocol
*[VST]: Virtual Studio Technology, a common audio plugin interface
[asio]: https://en.wikipedia.org/wiki/Audio_Stream_Input/Output
[vst]: https://en.wikipedia.org/wiki/Virtual_Studio_Technology
]]></description>
<releaseNotes>[Software Changelog](https://openmpt.org/release_notes/)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/openmpt/Changelog.md)</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openmpt/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\OpenMPT-1.28.02.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.28.02.00-Setup-x64.exe"
file = "$toolsPath\OpenMPT-1.28.03.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.28.03.00-Setup-x64.exe"
softwareName = 'OpenMPT*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 668f07c

Please sign in to comment.