Skip to content

Commit

Permalink
AU: 1 updated - kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 22, 2023
1 parent bd4352c commit dd03882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1926</version>
<version>5.1.1929</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-1926-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1929-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '214988da75ab169d1c7386ca15c416c0c493493c0c33785512e7fce387c23a57'
checksum64 = '9bbd310f9e431631e4a47e42b2a1c40c81356eac75d4de63b4dad38e5a833d05'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit dd03882

Please sign in to comment.