Skip to content

Commit

Permalink
AU: 2 updated - gridtracker kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 3, 2023
1 parent 4cfceaa commit d8f6b95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/gridtracker/gridtracker.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>gridtracker</id>
<version>1.23.1112</version>
<version>1.23.1202</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gridtracker</packageSourceUrl>
<owners>chtof</owners>
<title>GridTracker</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gridtracker/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://downloads.gridtracker.org/v1.23.1112/GridTracker-Installer.1.23.1112.exe'
checksum = '03916b241e0a1e903ac5178c32cb960113da8d01105e535deb85b8e875289498'
url = 'https://downloads.gridtracker.org/v1.23.1202/GridTracker-Installer.1.23.1202.exe'
checksum = '6b407c96e9485cf26db058f40b19645cb845052ce8203f93fbfa34a0ab14f888'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down
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.1970</version>
<version>5.1.1971</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-1970-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1971-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '51bd80d8978bbdac2ea4f93dc06df4b14810251121b66942aecdebc84482fe2e'
checksum64 = '7e129d606a792132848eb2f77c63f426c4537d552b4e6754e3896b659ecb6bd7'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit d8f6b95

Please sign in to comment.