Skip to content

Commit

Permalink
Add GitKraken Serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Oct 6, 2024
1 parent 062fd2e commit 6f542c3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bucket/gitkraken-serverless.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "10.3.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"
},
"architecture": {
"64bit": {
"url": "https://release.gitkraken.com/windows-standalone/gitkraken-10.3.0-full.nupkg",
"hash": "sha1:6013b4bc1cc35dfc2c9c2a137af83735169a8a7a"
}
},
"extract_dir": "lib\\net45",
"bin": "gitkraken.exe",
"shortcuts": [
[
"gitkraken.exe",
"GitKraken Serverless"
]
],
"checkver": {
"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/windows-standalone/gitkraken-$version-full.nupkg"
}
}
}
}

0 comments on commit 6f542c3

Please sign in to comment.