mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2.83.1",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.83.1/gh_2.83.1_windows_amd64.zip",
|
|
"hash": "1324871424cb8cb3793914565026a8da53b1a633fa05760597abef54b57ff12e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.83.1/gh_2.83.1_windows_386.zip",
|
|
"hash": "7fb4f1b83473660c87bbb51ed3d0b427597b9bd0f37df9e42e60ddb8f9f91b72"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.83.1/gh_2.83.1_windows_arm64.zip",
|
|
"hash": "874e07e89516fa064a8f9c55402bc5b6d8bfa7c625b05ce90e473b92075846e5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|