mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://hub.github.com/",
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.5.1/hub-windows-amd64-2.5.1.zip",
|
|
"hash": "7c2f7b53f5fb2eec8c1ac14ad52989b2810332c4558b960852e3f7ed20e351f8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.5.1/hub-windows-386-2.5.1.zip",
|
|
"hash": "1ad762624e570591394354ff92401bd1f33577caab9b141eb0c68f83f9a6b515"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|