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 Feb 14, 2023
1 parent 1ab5cb2 commit f09911f
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>9.1.0</version>
<version>9.1.1</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 = 'd1d0af6d6be51bd9a34a0988b29165a285198f6b59ac26a1f66dc0349bc72444'
$checksum32 = '1cc591b44f9f986f087bb63e59ff80e82f9128cc3e7266e8a053d0882bf9ab2d'
$checksumType32 = 'sha256'
$url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe'
$checksum64 = '5ec4df1b5929f3cc6ab67c8a6cac10256a39bb2a3d00b9139a79b74b3d21dd77'
$checksum64 = 'a215e0ceaedc3a5a99e65ac2d8e82831447df7aad9dce5bb8a6b848d0eb0dd3f'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f09911f

Please sign in to comment.