Skip to content

Commit

Permalink
AU: 3 updated - ocenaudio ocenaudio.install ocenaudio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 1, 2022
1 parent 54a5a6c commit 0c19439
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.11.9</version>
<version>3.11.10</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 = 'd8df9eeaf6ae9ecbafd58571a354d375e75e5cc43ec3993d8c6efe856af45763'
checksum = 'b10347cdb97c470b03a6d572628dc61e7ed3385c199e25adc54d179575c4369b'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '5c7a24839bb56f86a387e5065dd95fde26d95ffcc000c6eccd46a06238d37650'
checksum64 = '42f4fb78376472c9294c5af6c34d41bbe5f02ed0ed031e2c2c959682e58597c4'
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.11.9</version>
<version>3.11.10</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 = 'a91a7557122559cdb2ba54150b5dc75d54813a5fa3a6048035a576917942e361'
checksum = 'bbcd4c60ab367c5c65b994ee56fa6bc7252105c1755db3207f537ac6f727b722'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = 'af3a77e77d0532b92d56c1c84ebeee0564ab208f74d9d79a1de77f4e89185953'
checksum64 = '1ebe5148863c07449094b1a0e1d5f738dfc8f455503847c09867f64f30a40795'
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.11.9</version>
<version>3.11.10</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.11.9" />
<dependency id="ocenaudio.install" version="3.11.10" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 0c19439

Please sign in to comment.