2020-01-25 10:01:53 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://hub.github.com/",
"description": "An extension to command-line git that helps with everyday GitHub tasks without ever leaving the terminal.",
"version": "2.14.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.14.1/hub-windows-amd64-2.14.1.zip",
"hash": "ce26126d2e47aea0ca799d73212948a4e26bfcd177582beb2eb9f5ebf44b9fad"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.14.1/hub-windows-386-2.14.1.zip",
"hash": "2aa8fcce4a5d42c0245b06dbd15bd016e07c7f6f627eca4ba10f1b2fb5297495"
}
},
"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"
}
}
}
}