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 Feb 15, 2024
1 parent a0e605e commit da66991
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.2044</version>
<version>5.1.2045</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-2044-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-2045-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '60ad790e9b39a945a86dbae6a50ad327184cc01f7a82fffd6aa5fd817e0de380'
checksum64 = '1566886e2c38310d94e57f7cde1e6a67628539b651f42cb0be439f7de0b67a5b'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit da66991

Please sign in to comment.