mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2.56.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_amd64.zip",
|
|
"hash": "5065dbd24c15a86bd7c3d63b2393ce7b112d615e760463868580ee7625f2b034"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_386.zip",
|
|
"hash": "809c9b2c30b4a280d91ddf7de34b1f861e6dcbe60f2c80a140aab3bf8e5ec476"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_arm64.zip",
|
|
"hash": "be9676450db297632d0510d7fff18f4b9445a2a8cc4b363083e6ba27682d1486"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|