2020-11-11 21:25:43 +01:00

34 lines
1.1 KiB
JSON

{
"version": "1.2.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.2.1/gh_1.2.1_windows_amd64.zip",
"hash": "1fbf5e5ab02d1d7b336d576bed99944934f420df9f8a30df65befa3e019073c6"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.2.1/gh_1.2.1_windows_386.zip",
"hash": "170ffb04b241d9b751b112166d55891bbd20118ec23959401612c869b2954c53"
}
},
"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"
}
}
}