Skip to content

Commit

Permalink
AU: 4 updated - ocenaudio ocenaudio.install ocenaudio.portable slm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 4, 2023
1 parent 60024d7 commit 2d622c3
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.11.24</version>
<version>3.11.25</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 = '7cab4eefb606af640b1a6a490bb91938ba72bb1ca4a3c0544e232b5de001ab09'
checksum = '51552b707179f359fe7f141e069aa6b4ec3582a4db23e4faf930619a2e5ffc2b'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '53944033c87ff61015a5e38f2a4cb4d1071ce4e611f5c2329cd34f4aded1ccff'
checksum64 = '9d4146e9f78a0cb075fb0e6c1e9895af601b548c68723a343452578b964b8e27'
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.24</version>
<version>3.11.25</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 = '5d3e916016481ddb9df086d6b4ef5bf83915c922d94a9b2989d86cdcdf1dde4d'
checksum = '25808bdb008c886e887751da1d532ad0efda25580245e691e8fefbf5add0f6c3'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = 'ac5b5a98c7aec32b12c51ce8627182e5b3e76afd60a0dd3e962003c05305874b'
checksum64 = '74e3eeb41111c177ded7970e3de4617b91527b75e0e94bf7f6438b09d4ae9fb0'
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.24</version>
<version>3.11.25</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.24" />
<dependency id="ocenaudio.install" version="3.11.25" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/slm/slm.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>slm</id>
<version>11.2</version>
<version>11.2.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/slm</packageSourceUrl>
<owners>chtof</owners>
<title>Softros LAN Messenger</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/slm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = 'MSI'

url = 'https://download.softros.com/SoftrosLANMessengerSetup.msi'
checksum = '699d183e28240275c4af052f516453328b5e8e770ef6b069cfe3ddb3e5e28851'
checksum = '70ae9cce99178cff44796f3e77bd03c3d74d0b10a0a28174120ec57ca5f0fc83'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 2d622c3

Please sign in to comment.