mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 10:31:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2.28.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_windows_amd64.zip",
|
|
"hash": "12c33a13c72300c54f1ac2c926d879cec8ed65dda778cf53f6cb20a4de1d1ad2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_windows_386.zip",
|
|
"hash": "00dadecb4caf369705faa1f4cc244a1a5b5e477dea49d2a4aac991853891480a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_windows_arm64.zip",
|
|
"hash": "274ba569dc9cb41653426ae556f9ea7e98fa2f4e9c162c1c8176c929698134bd"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gh_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|