Skip to content

Commit

Permalink
AU: 4 updated - goodsync ocenaudio ocenaudio.install ocenaudio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 16, 2022
1 parent 4dc8724 commit c782833
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/goodsync/goodsync.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>goodsync</id>
<version>12.1.2</version>
<version>12.1.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/goodsync</packageSourceUrl>
<owners>chtof</owners>
<title>GoodSync</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/goodsync/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = "MSI"

url = 'https://www.goodsync.com/download/GoodSync-v11-Setup.msi'
checksum = '0541648de980f76a19d7b4e3f4f72a873de86b98c72b0f1eb2fa1e2905988a69'
checksum = '39734cdde995564b7b4d6ea7454b23f577edbdcca47fe11a73d526492ed9006b'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
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.18</version>
<version>3.11.19</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 = '30597221f27b8bc65d492bf304428121d2681beb20701ffea2d6d5352c908952'
checksum = '5e0c5d21931a58316712d21155720a2bdffb6a430630cb779f2c766ced7603b1'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '9ee258faf70841da313fba5bf8e9d73ece7268f3198685a124d7eb412cbd9d78'
checksum64 = '50ba66fca8dd9fb8554a96b5217c4c0a1b0ee0760631c73ec69190a4bce6ded9'
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.18</version>
<version>3.11.19</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 = '380b455800f3e42683adddf7062e511a6fa4fe070bdfbad40115fec6fe2ff5bd'
checksum = '9c42e48c6a0acead0de07450e44a7bd74db410bf12ffe1fd9a8a6761e81a103a'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = '458dc8f5cdf98cdc44815f775a280c2cca1087823cfd49b02521f2b8a3bc04ef'
checksum64 = '2cfa82915c6bdbcf771f87a518fc8aa6dd79cef538f690085e68cffdb2258fee'
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.18</version>
<version>3.11.19</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.18" />
<dependency id="ocenaudio.install" version="3.11.19" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit c782833

Please sign in to comment.