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 24, 2022
1 parent f2b7836 commit 9ddd65d
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.1626</version>
<version>5.1.1627</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-1626-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1627-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '0ad555498d94d1005d0f3594410d153b153124b132e389516cf05a70f6592089'
checksum64 = 'f443615313c88177844618e10a84a04bac0bbc921c5f4fc2dc02bb116773500f'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 9ddd65d

Please sign in to comment.