Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitKraken: Update GitKraken to version 10.2.0 #179

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}