2022-03-30 20:33:57 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.7.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_windows_amd64.zip",
"hash": "c4e5beb649ce416b8390e0cbddfd92ff9f92602cc51637403847c12f3e2b122d"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_windows_386.zip",
"hash": "2de41bcf7e8447677378fc1d469e5fabb8bca165aa3152d6903b7e7ceaed3fb8"
}
},
"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"
}
}
}