mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "3.1.42",
|
|
"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.42/gk_3.1.42_windows_386.zip",
|
|
"hash": "4c262f59c032a6a1bdf7c1d069e175db65e54e4a93770ac63bc9684409a1c857"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.42/gk_3.1.42_windows_amd64.zip",
|
|
"hash": "d9ef417b378a650a245cae24834e9900739aa1f95940ca9cb5dc57f8def242df"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.42/gk_3.1.42_windows_arm64.zip",
|
|
"hash": "9f8bb41de354e3069d37cf1c8e33bba793ed6935bb13c5645a85407060bdc3b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|