Skip to content

Commit

Permalink
AU: 4 updated - kmymoney ocenaudio ocenaudio.install ocenaudio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 3, 2023
1 parent 9ed3176 commit 90a4502
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1786</version>
<version>5.1.1787</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1786-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1787-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '07d61006a622f1e49f3725b4e5d87b17f01d8de7a9b1ed5167a7c4f0e009be95'
checksum64 = '8f283579b630a45944a1dc790cc2c8e53c2cdb8012d87bb74e5271567efe482e'
checksumType64 = 'sha256'

silentArgs = '/S'
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.27</version>
<version>3.12.1</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 = 'a088de17f95233c1a54a037e57c20ab7e0628e35144fee84f519ac36bd50c351'
checksum = 'd80b504afb54d3f5771bc9a31cb496db5ed2d07be2f8e8680292fdd80b31de23'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '6863eca79c2f82c9189a4eacc21b0354aaf1546121cbac45a55d88198de327ee'
checksum64 = '295e51fbaafd05519c81781cf00ff8646ffd6b07be9a328107241ab9c706a266'
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.27</version>
<version>3.12.1</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 = 'bec903a16b7d6e1f06e07e97c82f9b9b9bcbd828d1e119a510bd8e61961eec8f'
checksum = '8c70b4ce308f8203328bf9e8791baf9182ecf49089a4035a36253f864b4301b5'
checksumType = 'sha256'

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

0 comments on commit 90a4502

Please sign in to comment.