2024-02-16 20:23:05 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.44.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_windows_amd64.zip",
"hash": "5a19a334d5032cfcb01e71e418c5e355104f7afd9129daf8939b729ffa46aa08"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_windows_386.zip",
"hash": "9f1d6629c7b0d95e37213af0e2736ca61aebfaf78dd357708a23e388c081e8c9"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_windows_arm64.zip",
"hash": "52dfff0c2f06acabd98294081b6ff5556a7eb4b435b128f8a0aa25aa95dd2b0d"
}
},
"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"
}
}
}