Skip to content

Commit

Permalink
AU: 4 updated - ocenaudio ocenaudio.install ocenaudio.portable plantr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 16, 2021
1 parent c01c091 commit d16cc2b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.9</version>
<version>3.10.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 = 'c8e06c0f33b7d4f9621046568c502e0748655c96f42d591444b2c92008f58ec4'
checksum = '799aa2f44f8dd937510be991e4f59d70060713af87f1386bcbfb5195081dcedc'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '2631722028806dbca340201a9388ee6e21367bade80dedd0bb36aa001b176877'
checksum64 = 'bcb5cf7cf6e36f6cbc2811c19899e5066f8d2de5d2cb231bd56780afb0f90528'
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.9</version>
<version>3.10.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 = 'bde663d46f6c0f53402a952ab7e17b7aababea1835a3b25558ea0fecff5f0790'
checksum = 'ae35a29e980075f099bef534fc1c6de8ff996e5ef6d1ab49cf974f4c19bb1c25'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = '55e879b22c2a99d233efd851fad2e98f11e0b5083f6eb12df19dfc24a41c6341'
checksum64 = 'e50b07660d058d86613fcfb1f83e523e100281ea5fb4b65b1ff255c073cce47f'
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.9</version>
<version>3.10.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.10.9" />
<dependency id="ocenaudio.install" version="3.10.10" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/plantronicshub/plantronicshub.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>plantronicshub</id>
<version>3.22</version>
<version>3.22.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/plantronicshub</packageSourceUrl>
<owners>chtof</owners>
<title>Plantronics Hub</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/plantronicshub/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.poly.com/content/dam/www/software/PlantronicsHubInstaller.exe'
checksum = '084c5a3bbf74c8f518ef77007854b187813d9f426d1e849a9f5464cfa2a56354'
checksum = '06e6b55fd2befa3e0a73d33f53bb76f3199f047c2ca9d774804b2982ba105ee9'
checksumType = 'sha256'

silentArgs = '/install /quiet /norestart'
Expand Down

0 comments on commit d16cc2b

Please sign in to comment.