2023-04-04 20:26:02 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.26.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_windows_amd64.zip",
"hash": "9008ae74dc76fab3839f22b331a27196e1ac1455a1f5ca8b828f2d84e0c76c77"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_windows_386.zip",
"hash": "16afbcbbfef7b3482d3951c9316314097f52ed514fbc6ce4854f7ec319de09d0"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_windows_arm64.zip",
"hash": "d32a41d685013c3c57e10962cc962f8db7784831c042655b1f19a38d816958b4"
}
},
"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"
}
}
}