From 38f35ce51ecbdcb318a2357f67f07506a329b1d6 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 6 Sep 2023 20:34:43 +0000 Subject: [PATCH] AU: 1 updated - gitkraken [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/e4d9cccebab4fda36ad6ca0cb9c7531f2e66a4a7 --- 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 d37e2f598..2aed56e3f 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 - 9.8.0 + 9.8.1 Maurice Kevenaar diff --git a/automatic/gitkraken/tools/chocolateyInstall.ps1 b/automatic/gitkraken/tools/chocolateyInstall.ps1 index a07b9ab96..1464b9252 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 = '246b4d6fe10ec203a9c9448378841765e7038dd3b30524dbe922e90e5d05270a' +$checksum32 = '54c07284742311ed186c79ec6ffa385340a634d9f35275c93b36ce47b6799aeb' $checksumType32 = 'sha256' $url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe' -$checksum64 = '2aae080715e271a87344d7ef2eebecf430197a2fc0fbc64e7183d73a05054d27' +$checksum64 = 'bf701e1a5925e650124d0409c8d40410871865abf8df9d413107c0ea1105e9be' $checksumType64 = 'sha256' $packageArgs = @{