mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 15:45:19 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "3.1.20",
|
|
"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.20/gk_3.1.20_windows_386.zip",
|
|
"hash": "ecbbfd036511293aafacc081a1dc2a3c83df7e21a2a030b31e7ab3443aa45600"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.20/gk_3.1.20_windows_amd64.zip",
|
|
"hash": "1b293d4a85a3eeb31b6ea55fc4684826ab4cf4aabb7a1a1ebe1c4b1b2a38e13a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.20/gk_3.1.20_windows_arm64.zip",
|
|
"hash": "85a480399e78c9f445cb0d031c85c18416607c334506b475c6c4ec5feb2d1536"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|