mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +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.6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.12.6/hub-windows-amd64-2.12.6.zip",
|
|
"hash": "2f0ca6d04c00c0b91ca70c8e0324c7be3c46441f612bead0ed6e586d66969816"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.12.6/hub-windows-386-2.12.6.zip",
|
|
"hash": "1a54bc58bf0e506917c232ef5a8c901c75aebb26b665fd0ca2c0cd728eba694e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|