mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://hub.github.com/",
|
|
"version": "2.4.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.4.0/hub-windows-amd64-2.4.0.zip",
|
|
"hash": "82fbf1cab8f6470f0a212ecfc96074dcb65c4af5a4bec0d3578c5a4fcc7a7c44"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.4.0/hub-windows-386-2.4.0.zip",
|
|
"hash": "5554336e54205b22a97368f8b07061c4c7eeea26f4d63979921a912974f2fa31"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|