mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +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.13.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.13.0/hub-windows-amd64-2.13.0.zip",
|
|
"hash": "8d18d682a4f3be138f6ca958f976b31c1c8d6a829b477df6c084f38e1e3d0e7d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.13.0/hub-windows-386-2.13.0.zip",
|
|
"hash": "3ea802eab519e51451cf3d11bc35fa27a9082e82fa137eb443271c7cba4a7057"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|