mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 16:15:13 +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.12.9",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_amd64.zip",
|
|
"hash": "sha1:3daef553b010a1d09ea00350daaeacc6e6edf65d",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_386.zip",
|
|
"hash": "sha1:fdd50c9913870aa70560b7ac30d8ba74daa7b3b9",
|
|
"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"
|
|
}
|
|
}
|
|
}
|