Skip to content

Commit

Permalink
GitKraken: Update GitKraken to version 10.2.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibz87 authored Sep 3, 2024
1 parent ce65c02 commit 485c11c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions bucket/gitkraken.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"version": "9.11.0",
"version": "10.2.0",
"description": "A Git client which helps you track and manage changes to your code.",
"homepage": "https://www.gitkraken.com/",
"license": {
"identifier": "Freeware",
"url": "https://www.gitkraken.com/eula"
"identifier": "Freeware",
"url": "https://www.gitkraken.com/eula"
},
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/win64/gitkraken-9.11.0-full.nupkg",
"hash": "sha1:e4fb5b5fcb5bcb3c779f119d5f0ff283e39ecec5"
}
"64bit": {
"url": "https://release.gitkraken.com/windows/gitkraken-10.2.0-full.nupkg",
"hash": "sha1:ab6f42bc1a534c4ea73e39918130f14b9af593ae"
}
},
"extract_dir": "lib\\net45",
"bin": "gitkraken.exe",
"shortcuts": [
[
"gitkraken.exe",
"GitKraken"
]
[
"gitkraken.exe",
"GitKraken"
]
],
"checkver": {
"url": "https://release.gitkraken.com/win64/RELEASES?id=gitkraken&localVersion=0&arch=amd64",
"regex": "gitkraken-([\\d.]+)-full\\.nupkg",
"reverse": true
"url": "https://release.gitkraken.com/windows/RELEASES?id=gitkraken&localVersion=0&arch=amd64",
"regex": "gitkraken-([\\d.]+)-full\\.nupkg",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/win64/gitkraken-$version-full.nupkg"
}
},
"hash": {
"url": "$baseurl/RELEASES"
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/windows/gitkraken-$version-full.nupkg"
}
},
"hash": {
"url": "$baseurl/RELEASES"
}
}
}
}

0 comments on commit 485c11c

Please sign in to comment.