mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2.10.1",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_windows_amd64.zip",
|
|
"hash": "252fb104f5d18c14b1d81056c664877425a0642771745d78eeb346b4dfc65371"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_windows_386.zip",
|
|
"hash": "6c3707bc3fb7bedf8e45b317da63264bee22880e84855c01d1f3aa72edf5f8b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|