Skip to content

Commit

Permalink
AU: 4 updated - ocenaudio ocenaudio.install ocenaudio.portable steels…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 8, 2024
1 parent a530dad commit 6219a6c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/ocenaudio.install/ocenaudio.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>ocenaudio.install</id>
<version>3.13.3</version>
<version>3.13.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio.install</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio.exe'
checksum = '74ed69c37e8307fd466d492eedc0f2f06dafd07354be1c82938a93a0198eac26'
checksum = '0d73fe63b7f4460e1e3d5f9eb531e3278c089ef9bb2bfdb31115204d6eb751c3'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '0fa3c044ab2c418f4f55cc9782e2206e756aa6bfd64787002a4297266c0865e4'
checksum64 = 'a7be64077034bb2c75f4b414c3529c41dccc68aae74e6172a57b642cf5a7c120'
checksumType64 = 'sha256'

silentArgs = "/S"
Expand Down
2 changes: 1 addition & 1 deletion automatic/ocenaudio.portable/ocenaudio.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>ocenaudio.portable</id>
<version>3.13.3</version>
<version>3.13.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
unzipLocation = "$toolsDir"

url = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio_portable.zip'
checksum = 'fc13478b1edcc883dec5fc80c962d34480e4abf8dd67252b1f7018c8cc07fe8b'
checksum = '9886d678032210c82e7676fdb064556714ba6540f43f8af42d5ec872c5769766'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = 'fcce8a6d1b36ce3578a2f882d3c5bb42342252b5ebf156b1553bd704b706cae1'
checksum64 = '024fa0358cf89c6917edf73256abe5714bf58cee77a73efcf919286c4d049991'
checksumType64 = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio/ocenaudio.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>ocenaudio</id>
<version>3.13.3</version>
<version>3.13.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio</title>
Expand Down Expand Up @@ -51,7 +51,7 @@ Advanced users will be surprised to find that the spectrogram settings are appli
![screenshot](https://cdn.jsdelivr.net/gh/chtof/chocolatey-packages/automatic/ocenaudio/screenshot.png)
]]></description>
<dependencies>
<dependency id="ocenaudio.install" version="3.13.3" />
<dependency id="ocenaudio.install" version="3.13.4" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/steelseries-engine/steelseries-engine.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>steelseries-engine</id>
<version>55.0.0</version>
<version>56.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/steelseries-engine</packageSourceUrl>
<owners>chtof</owners>
<title>SteelSeries Engine</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/steelseries-engine/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://engine.steelseriescdn.com/SteelSeriesGG55.0.0Setup.exe'
checksum = 'cacd9a8b4365e21ced1321a020e9603bf94a85e52973f0011271ad8ab2897265'
url = 'https://engine.steelseriescdn.com/SteelSeriesGG56.0.0Setup.exe'
checksum = 'fe374d1e6022d9fac6d1c0ddcab1086743ea4e654441e2dbc5b33da2dbd51b44'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 6219a6c

Please sign in to comment.