Skip to content

Commit

Permalink
AU: 2 updated - openmpt qtcreator
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jul 26, 2020
1 parent a3a6f59 commit 26b7096
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 27 deletions.
23 changes: 11 additions & 12 deletions automatic/openmpt/legal/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2020, OpenMPT contributors
Copyright (c) 2004-2020, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.

Expand All @@ -13,14 +13,13 @@ modification, are permitted provided that the following conditions are met:
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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/archive/openmpt/1.29/OpenMPT-1.29.01.00-Setup.exe>
64-Bit software: <https://download.openmpt.org/archive/openmpt/1.29/OpenMPT-1.29.01.00-Setup-x64.exe>
32-Bit software: <https://download.openmpt.org/archive/openmpt/1.29/OpenMPT-1.29.02.00-Setup.exe>
64-Bit software: <https://download.openmpt.org/archive/openmpt/1.29/OpenMPT-1.29.02.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: B83BA43F34004D52AC7BDB5832E68CA7DC9CA2D2EE4E2AF065462A39C7E4988D
checksum64: 362872A95249E80BBCAC06005DB9D544F1A0213FEB3417D7446AFA3A70332A9C
checksum32: C0827FD568F0565530EAC40336F2CBED90FFF0E2ADD1610C431F8C8FBDEB84B7
checksum64: 065B594D03AB52ED10620920CAC2EBC08624E4C9D378D3D298E808AD2F07D0C3

The file 'LICENSE.txt' has been obtained from <https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openmpt/openmpt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openmpt</id>
<version>1.29.1.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/openmpt</packageSourceUrl>
<version>1.29.2.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/openmpt</packageSourceUrl>
<owners>AdmiringWorm, nipsky</owners>
<title>OpenMPT</title>
<authors>ModPlug Central</authors>
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.29.01.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.29.01.00-Setup-x64.exe"
file = "$toolsPath\OpenMPT-1.29.02.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.29.02.00-Setup-x64.exe"
softwareName = 'OpenMPT*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/qtcreator/qtcreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>qtcreator</id>
<version>4.12.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qtcreator</packageSourceUrl>
<version>4.12.4</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qtcreator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qt Creator</title>
<authors>Qt Project</authors>
Expand All @@ -22,7 +22,7 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop and mobile device platforms, such as Android and iOS.
]]></description>
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-4.12.3.md)
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-4.12.4.md)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/qtcreator/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="vcredist2017" version="14.16.27027.20190415" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/qtcreator/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $installToolsPath = Get-ToolsLocation

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://download.qt.io/official_releases/qtcreator/4.12/4.12.3/installer_source/windows_msvc2017_x86/qtcreator.7z'
url64bit = 'https://download.qt.io/official_releases/qtcreator/4.12/4.12.3/installer_source/windows_msvc2017_x64/qtcreator.7z'
url = 'https://download.qt.io/official_releases/qtcreator/4.12/4.12.4/installer_source/windows_msvc2017_x86/qtcreator.7z'
url64bit = 'https://download.qt.io/official_releases/qtcreator/4.12/4.12.4/installer_source/windows_msvc2017_x64/qtcreator.7z'
destination = "$installToolsPath\$env:ChocolateyPackageName"
checksum = '8e9cc26a920d0f4994d11e6083f69d3ac89b275b1228d4904dd95931f5623cd1'
checksum = '829a15724c5ac203e14fe3e7a74a08612afea031bf99eaa0e9d450c80384f3e2'
checksumType = 'sha256'
checksum64 = 'e3e28fc8f939507058bf3b5608debd37b81e7609ef231d35f1214b3a74f27785'
checksum64 = '7dc171daafbba724a02a26a07835014b9741376fa0eec832b0bcac27d38e41db'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 26b7096

Please sign in to comment.