From b4b288b6ceee77577f358d3ddaac28b7ad5e4e76 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 13 Dec 2022 20:19:39 +0000 Subject: [PATCH] AU: 1 updated - gitkraken [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/216101232449459fbf0ef97432ed0c8699bb531e --- automatic/gitkraken/gitkraken.nuspec | 2 +- automatic/gitkraken/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/gitkraken/gitkraken.nuspec b/automatic/gitkraken/gitkraken.nuspec index 7f501e5b2..e836caa09 100644 --- a/automatic/gitkraken/gitkraken.nuspec +++ b/automatic/gitkraken/gitkraken.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.10.3 + 9.0.0 Maurice Kevenaar diff --git a/automatic/gitkraken/tools/chocolateyInstall.ps1 b/automatic/gitkraken/tools/chocolateyInstall.ps1 index b74af8fc9..5b8b8a2c3 100644 --- a/automatic/gitkraken/tools/chocolateyInstall.ps1 +++ b/automatic/gitkraken/tools/chocolateyInstall.ps1 @@ -2,10 +2,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url32 = 'https://release.gitkraken.com/win32/GitKrakenSetup.exe' -$checksum32 = '93f988fda2d61010107912a99fe2397f7c5303174221b2ee0291d6da07f029fb' +$checksum32 = 'e755d3ae3433a629260da7a1480c30b47424652c83ba913d54dff9ae7f2d65be' $checksumType32 = 'sha256' $url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe' -$checksum64 = '4ff874275f1f473c0b0a77f1a92eef75fe11c2bcf8d831bfbbe618ff6c9c55ab' +$checksum64 = '784c5805eeb74f91569a098cd06e6a716ba7e45392d0379b5e006ce28b89e04f' $checksumType64 = 'sha256' $packageArgs = @{