Skip to content

Commit

Permalink
AU: 1 updated - gitkraken
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 1, 2022
1 parent f29d584 commit 3e50de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/gitkraken/gitkraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.10.1</version>
<version>8.10.2</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/gitkraken/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://release.gitkraken.com/win32/GitKrakenSetup.exe'
$checksum32 = 'd0f738db4608ad1497e2dffa8a7ec0940720df1510341a5df5fc1df453e5f121'
$checksum32 = 'e9c9f742c78b7c2169cd8bf0870e8e3e0d2ddf7709f98eb4fa2709aa626223c9'
$checksumType32 = 'sha256'
$url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe'
$checksum64 = '29e2fdbcb16ff26deb578f2f520fac459038bcd97a82c0c152b51e402578011e'
$checksum64 = '9165652ab18b8b8edcc2791380680d72165679d23ccbfefe7a7a4b80fed2d5a2'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 3e50de7

Please sign in to comment.