2021-01-13 07:15:05 +01:00

31 lines
1.1 KiB
JSON

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