mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +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.17.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_amd64.zip",
|
|
"hash": "sha1:455441d36ec63097aee4ff96f151c4d9052553a3",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_386.zip",
|
|
"hash": "sha1:6ba5066665c214b222920492660351beec92fc0b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|