From 01e819230f94409825b6bb9ffc6895943051f29d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 8 Nov 2023 08:24:28 +0000 Subject: [PATCH] AU: 2 updated - kmymoney virtualhere-client [skip ci] https://gist.github.com/chtof/393704c64c2344f0f8e029cd57bebd2b/df83fa4af54af1af3b5f51ef9d1446e016deeef6 --- automatic/kmymoney/kmymoney.nuspec | 2 +- automatic/kmymoney/tools/chocolateyinstall.ps1 | 4 ++-- automatic/virtualhere-client/tools/chocolateyinstall.ps1 | 2 +- automatic/virtualhere-client/virtualhere-client.nuspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/kmymoney/kmymoney.nuspec b/automatic/kmymoney/kmymoney.nuspec index a6c8f898a..e633169d1 100644 --- a/automatic/kmymoney/kmymoney.nuspec +++ b/automatic/kmymoney/kmymoney.nuspec @@ -3,7 +3,7 @@ kmymoney - 5.1.1945 + 5.1.1946 https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney chtof KMyMoney diff --git a/automatic/kmymoney/tools/chocolateyinstall.ps1 b/automatic/kmymoney/tools/chocolateyinstall.ps1 index a15a8a0d0..28e83c515 100644 --- a/automatic/kmymoney/tools/chocolateyinstall.ps1 +++ b/automatic/kmymoney/tools/chocolateyinstall.ps1 @@ -3,10 +3,10 @@ $packageName= 'kmymoney' $packageArgs = @{ packageName = $packageName - url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1945-windows-cl-msvc2019-x86_64.exe' + url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1946-windows-cl-msvc2019-x86_64.exe' checksumType = 'sha256' - checksum64 = '86491189fe1c902aa13cd99405da3ffcff897ac7bffc00d4bd0d68674a6f1314' + checksum64 = '5fd513d12ee2856bca82f9ad657a59e2018050492954a1972bbf1007ad89786f' checksumType64 = 'sha256' silentArgs = '/S' diff --git a/automatic/virtualhere-client/tools/chocolateyinstall.ps1 b/automatic/virtualhere-client/tools/chocolateyinstall.ps1 index 4382a26b8..710952207 100644 --- a/automatic/virtualhere-client/tools/chocolateyinstall.ps1 +++ b/automatic/virtualhere-client/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ fileFullPath = "$toolsDir\vhui$(Get-OSArchitectureWidth).exe" url64 = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe' - checksum64 = '9d97cdc8ad5845d744ba2b18a395790a3985f91c14c9ac5196eeb559a873f844' + checksum64 = '89d9a8f2c0199f3a4d7dfbf16739b18fb6eb6f5f7859912c0ff60736fb969647' checksumType64 = 'sha256' } diff --git a/automatic/virtualhere-client/virtualhere-client.nuspec b/automatic/virtualhere-client/virtualhere-client.nuspec index b8c284da9..1c005f198 100644 --- a/automatic/virtualhere-client/virtualhere-client.nuspec +++ b/automatic/virtualhere-client/virtualhere-client.nuspec @@ -3,7 +3,7 @@ virtualhere-client - 5.5.5 + 5.5.6 https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client chtof VirtualHere USB Client