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 Nov 10, 2021
1 parent 3083199 commit 6dccf05
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.10.13</version>
<version>3.10.14</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 = 'fd3562525542b9268b6b6b2bb7bcd4e81e3bf0cfadf1114fbaae47b3b32bf074'
checksum = '2c8857b92ba114dc27867edc217f2627ea186ee1de1184d0f5b0f1dab2ee65e6'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '6a9b77dcf10fb8d18801cc5d900cfef703925f23ccf01dedd6d2e3ca0c9f2a77'
checksum64 = '17910a8c0b14dcd59806418349d4c79b5c839c40f2616b784e8ed1a4d64c6774'
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.10.13</version>
<version>3.10.14</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 = '92535b268a9123d4522599b3f155e68ee19d4a8343fa1a53d0c755a37500bed0'
checksum = '1027a9592744484b99742b37322fde0c47ede6d3f4dd0174ed41d5ef84059dd9'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = '36e2f6ed157095b7c30b919fa0b9ee79e6f51a208d9ca8f6d0b6e31abcb433a0'
checksum64 = '4405d78849a178bcfcec0268cde1402aea90da46f57c9620b75b52083346e593'
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.10.13</version>
<version>3.10.14</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.10.13" />
<dependency id="ocenaudio.install" version="3.10.14" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 6dccf05

Please sign in to comment.