Skip to content

Commit

Permalink
AU: 5 updated - openmpt privazer privazer.install privazer.portable s…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 15, 2023
1 parent 0a024b1 commit 5c203db
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 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.11.00-Setup.exe>
1. Download the following: <https://download.openmpt.org/archive/openmpt/1.30/OpenMPT-1.30.12.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: 3A22EED71FEFDB695052F80CE6211BC78366FF2F0FAF8BFE21CB23BBFAEC3D58
checksum: 4A7F611148A007C007F66DEEBBFECC74C637CAAF6AB9DD72659FAB484EFFA34A

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.11.0</version>
<version>1.30.12.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.11.00-Setup.exe"
file = "$toolsPath\OpenMPT-1.30.12.00-Setup.exe"
softwareName = 'OpenMPT*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`" /AllUsers"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.install/privazer.install.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>privazer.install</id>
<version>4.0.70</version>
<version>4.0.71</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/privazer.install</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
silentArgs = '-silent'
validExitCodes = @(0)
url = 'https://privazer.com/PrivaZer_free.exe'
checksum = 'c251db2c72af7b3cb6a820354ae718e33aa762c50c87e2482637e92ebd8ce6901de2662234c8848a89094f2dc2969b8feff83168c12ce77557b2429ad5d81031'
checksum = '134fe5772e795cd8322664b9117d2d07bd4c3944119ca22cdb07bc11efdc2e80f17be13aa4f04a335e8f9189b04927886069e39e7ffcf58205c1e2e0c4006cb5'
checksumType = 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.portable/privazer.portable.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>privazer.portable</id>
<version>4.0.70</version>
<version>4.0.71</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/privazer.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/privazer.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://privazer.com/PrivaZer.exe'
checksum = 'efb643f64c0886120a0c4aa82d2862d27b05864a5531f7e9be1e4644a988bcced4486f1d5fc2a19e3dcfda04515b10b240e2614179ae2b2a83808e2397ddf081'
checksum = 'f411c618bdf9b4abfd6617b58975bd56224e883237f1cd5026e7e7676d5cdc8780c6c54163e6165924a60a954c92ba4f0dee477ef124d18020bbac3b5de536b1'
checksumType = 'sha512'
fileFullPath = "$toolsDir\privazer.exe"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/privazer/privazer.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>privazer</id>
<version>4.0.70</version>
<version>4.0.71</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/privazer</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer</title>
Expand All @@ -27,7 +27,7 @@ Privacy protection: PrivaZer prevents recovery of your activities.
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/privazer.install/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="privazer.install" version="[4.0.70]" />
<dependency id="privazer.install" version="[4.0.71]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/stretchly/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://hovancik.net/stretchly/downloads/>
and can be verified by doing the following:

1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.13.1/Stretchly-Setup-1.13.1.exe>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.14.0/Stretchly-Setup-1.14.0.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: 73634CAC3F8AB7EF5A2D6DFC2FAAC17B908B220147FC255A1F491435546034A2
checksum: 190183E7E096566C27A251D888B3BFBBBE37E4E3D559A5F2782870A8B327C9A6

The file 'LICENSE.txt' has been obtained from <https://github.com/hovancik/stretchly/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/stretchly/stretchly.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>stretchly</id>
<version>1.13.1</version>
<version>1.14.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/stretchly</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>stretchly</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/stretchly/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\Stretchly-Setup-1.13.1.exe"
file = "$toolsPath\Stretchly-Setup-1.14.0.exe"
softwareName = 'stretchly*'
silentArgs = '/S /allusers'
validExitCodes = @(0)
Expand Down

0 comments on commit 5c203db

Please sign in to comment.