mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 16:45:16 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/motemen/ghq",
|
|
"description": "Remote repository management made easy.",
|
|
"version": "0.15.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_amd64.zip",
|
|
"hash": "sha1:4766e9fdaf7bf21ceae72954881dc25ce04245fd",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_386.zip",
|
|
"hash": "sha1:f63884f8ec295680501931ae536a2d2d41096e37",
|
|
"extract_dir": "ghq_windows_386"
|
|
}
|
|
},
|
|
"bin": "ghq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip",
|
|
"extract_dir": "ghq_windows_386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/SHASUMS"
|
|
}
|
|
}
|
|
}
|