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 May 14, 2023
1 parent e057c43 commit 45da761
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.26</version>
<version>3.11.27</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 = 'eb3afbac2e1b52f611dab1195a6e5d1dd58c1bddf07cce52d60ce04e48a35657'
checksum = 'a088de17f95233c1a54a037e57c20ab7e0628e35144fee84f519ac36bd50c351'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '5e351ac8ad7c6f1c904031f4c8114d93adc24e1e05f667ce5489e6c262ca172e'
checksum64 = '6863eca79c2f82c9189a4eacc21b0354aaf1546121cbac45a55d88198de327ee'
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.26</version>
<version>3.11.27</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 = '914022e7b5a7c98e673650bb6770c480cbad0b3d90b991204b5cbc0ac8aa7857'
checksum = 'bec903a16b7d6e1f06e07e97c82f9b9b9bcbd828d1e119a510bd8e61961eec8f'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = 'b1ec1f695946c99b9c883321ddaf036d365227571245bf78b5898eb9bf8da27d'
checksum64 = '2f797d7bd9e4e97a16c72fde44987363ea261cde15169e9b4300eac858267813'
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.26</version>
<version>3.11.27</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.26" />
<dependency id="ocenaudio.install" version="3.11.27" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 45da761

Please sign in to comment.