Skip to content

Commit

Permalink
AU: 2 updated - kmymoney vuescan
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 20, 2023
1 parent 15489cd commit 0e51cf2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1857</version>
<version>5.1.1866</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-1857-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1866-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'c2bf459a0b222ac3dc475e077675064426d99220f867c5f58d3854ff2728683b'
checksum64 = '59f2882c4b7f716d98e575f39ecee49bdc371ba97f2963ee360ce7e887a356c0'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/vuescan/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2200f98601ddbea4e43bcfeb163a4792"|9.8.14
"8a85d95e69b9afb76ae13715c0deefdf"|9.8.15
4 changes: 2 additions & 2 deletions automatic/vuescan/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.hamrick.com/files/vuex3298.exe'
checksum = '5682a8eacb34e8f988110c9e9d73a6524f4193c8f6cbaa709a488f1ec73d6504'
checksum = 'f1dcc212df53481e97a2331d3bcd050dbd303cc1dacde2eed7daa3902713a1a6'
checksumType = 'sha256'

url64 = 'https://www.hamrick.com/files/vuex6498.exe'
checksum64 = 'b4034689c380268d8d56f1fceb0ad0823d25a0eac1792af1df2fed58d1116c59'
checksum64 = '86b032cf89e22e613ddd13aa496f693d9c59541da858c4581e4dd3c2d3ce43fb'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vuescan/vuescan.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>vuescan</id>
<version>9.8.14</version>
<version>9.8.15</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/vuescan</packageSourceUrl>
<owners>chtof</owners>
<title>VueScan</title>
Expand Down

0 comments on commit 0e51cf2

Please sign in to comment.