mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip",
|
|
"hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a"
|
|
}
|
|
},
|
|
"bin": "ghq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/SHASUMS"
|
|
}
|
|
}
|
|
}
|