2023-03-21 16:28:26 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.25.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_windows_amd64.zip",
"hash": "33be468155dabc1990e984eb9cb9e134c50cfe1c0bbeab92643355a8ea04e162"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_windows_386.zip",
"hash": "34f3bd1b378c08579e88729594178d4019e376943a473b6f0b9bb078754f6a68"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_windows_arm64.zip",
"hash": "2801982024d3ade3e552caffaae95a480ce8a8deccfafe166aad66e18138ec2b"
}
},
"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"
}
}
}