2021-07-20 19:00:24 +00:00

34 lines
1.1 KiB
JSON

{
"version": "1.13.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.13.0/gh_1.13.0_windows_amd64.zip",
"hash": "9b94f8aaa02f3b38ceb4df50f44eedd09af467ca0d2424f9e55ed4672fc04c12"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.13.0/gh_1.13.0_windows_386.zip",
"hash": "a2154798e143d9564e9f7e06c60d31d96ffa6b15f6d3aca75e4778da1795b54d"
}
},
"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"
}
}
}