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 Nov 21, 2023
1 parent a331f5a commit 6429a59
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.1957</version>
<version>5.1.1959</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-1957-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1959-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '729cefced7d7a63f8612ae63b379c33fee8796b964dbf3ece4abea507af78a39'
checksum64 = '18fac7d9db6d40c10bf2416b5aee63b3d7954921abc41a1d9aaa2a51a5c015d9'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 6429a59

Please sign in to comment.