mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "3.1.36",
|
|
"description": "GitKraken CLI",
|
|
"homepage": "https://www.gitkraken.com/cli",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://github.com/gitkraken/gk-cli/blob/main/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.36/gk_3.1.36_windows_386.zip",
|
|
"hash": "5ff69e3749c0eb0529719a22b4627463eec48350c6157057e9225a360822c9dc"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.36/gk_3.1.36_windows_amd64.zip",
|
|
"hash": "aba0593424c710f02337c18cff064257844d712361ad09e19690dcd1e4a5cb02"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.36/gk_3.1.36_windows_arm64.zip",
|
|
"hash": "d98ede69418ff63c37f782c9e88b3517393675ae6f8df4398121a6361741722b"
|
|
}
|
|
},
|
|
"bin": "gk.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gitkraken/gk-cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_386.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gk_checksums.txt"
|
|
}
|
|
}
|
|
}
|