2018-10-31 04:00:28 +00:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://hub.github.com/",
"version": "2.6.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.6.0/hub-windows-amd64-2.6.0.zip",
"hash": "9830fd8d7fd1d37113601fdc1b6281968057759a29bf984e831f3acf168145b4"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.6.0/hub-windows-386-2.6.0.zip",
"hash": "6fb3093a22dd33cb860abf814d5f475eeccc62a5fe995c80c492ee5c28ae96bf"
}
},
"bin": [
"bin\\hub.exe"
],
"checkver": {
"github": "https://github.com/github/hub"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-386-$version.zip"
}
}
}
}