mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2.39.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_windows_amd64.zip",
|
|
"hash": "cbcf6516ac798e2fa3c048e2d7af7de30712c1c393cba8b7aaac478a8d0a81d5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_windows_386.zip",
|
|
"hash": "ef3fba69f1b364264aee8f32a07cb2c1ff80ddb062a307acda1a30789d9bd3dc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_windows_arm64.zip",
|
|
"hash": "3c2556a3df92bc421edd881336638ff567ecdd49a22d9d82644e1089fb749bff"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|