Skip to content

Commit

Permalink
AU: 2 updated - openmpt snapgene-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 9, 2020
1 parent c3f4253 commit a86b2cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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/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>
32-Bit software: <https://download.openmpt.org/archive/openmpt/1.29/OpenMPT-1.29.04.00-Setup.exe>
64-Bit software: <https://download.openmpt.org/archive/openmpt/1.29/OpenMPT-1.29.04.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: C0827FD568F0565530EAC40336F2CBED90FFF0E2ADD1610C431F8C8FBDEB84B7
checksum64: 065B594D03AB52ED10620920CAC2EBC08624E4C9D378D3D298E808AD2F07D0C3
checksum32: AEB639240046124AC050A895D598279F1C23C6F1741C84F8186E02ABD074A47D
checksum64: 81CE26C5D1A43F9B7A0FAB54C12B0D36B68372F64C90BA43B79D8E18B6F70849

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.29.2.0</version>
<version>1.29.4.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/openmpt</packageSourceUrl>
<owners>AdmiringWorm, nipsky</owners>
<title>OpenMPT</title>
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.02.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.29.02.00-Setup-x64.exe"
file = "$toolsPath\OpenMPT-1.29.04.00-Setup.exe"
file64 = "$toolsPath\OpenMPT-1.29.04.00-Setup-x64.exe"
softwareName = 'OpenMPT*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/snapgene-viewer/snapgene-viewer.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>snapgene-viewer</id>
<version>4.2.11.20190125</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/snapgene-viewer</packageSourceUrl>
<version>5.1.7</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/snapgene-viewer</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>SnapGene Viewer</title>
<authors>GSL Biotech LLC</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/snapgene-viewer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://www.snapgene.com/local/targets/viewer_download.php?majorRelease=3.2&minorRelease=3.2.1&os=windows'
url = 'https://cdn.snapgene.com/downloads/SnapGeneViewer/5.x/5.1/5.1.7/snapgene_viewer_5.1.7_win.exe'
softwareName = 'SnapGene Viewer'
checksum = '1b915a61b4c4c6a2da93d9f6dc34f0e62047e3cd52449d4639354d73b2098651847e1baf6cbff437cae406820104c6af115066691a5e2ed1e3134e3232c2acfd'
checksum = 'ced76e6d74f6d6a6b56d01700d50d3af89c8d1bb16d37ba8d34e6bb7349e97fb2f0b3bdd657544bec220a9d092c3761916f16b035e7d34f29a36870e63b4b92c'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a86b2cd

Please sign in to comment.