mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
31 lines
1.1 KiB
JSON
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.12.8",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.12.8/hub-windows-amd64-2.12.8.zip",
|
|
"hash": "2cc89c0d9d0f87b9f5d182b785b7ec3565cee17061972e3f5c66efc99893a6c1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.12.8/hub-windows-386-2.12.8.zip",
|
|
"hash": "effadda27c68a02fca4cbfb18bbe04916ccf9f52d3c89f84d532c4454f75bdba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|