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 Dec 18, 2022
1 parent 276554e commit ab1d21b
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.1620</version>
<version>5.1.1621</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-1620-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1621-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'a1557bb43ef9da4af3ac1cfbc8c27785f11d6e529ba082876239553962679093'
checksum64 = '02860b50f774f88018ddef251313d1842c72b84a3f4cc27ff98e1393117a9d5a'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit ab1d21b

Please sign in to comment.