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 = @{