mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/motemen/ghq",
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_amd64.zip",
|
|
"hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip",
|
|
"hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a",
|
|
"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"
|
|
}
|
|
}
|
|
}
|