mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v1.0.0/gh_1.0.0_windows_amd64.zip",
|
|
"hash": "989c1f5a7d6f252e551ae7a9c0b19f1dcb1215f58ebad7d0798b83176b18f07a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v1.0.0/gh_1.0.0_windows_386.zip",
|
|
"hash": "3ca84fd8d6289749c8f40bdffd322d62c5e99adcd1894ff24493b23c6c268717"
|
|
}
|
|
},
|
|
"bin": "bin\\gh.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cli/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gh_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|