mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://github.com/motemen/ghq",
|
|
"version": "0.10.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.10.2/ghq_windows_amd64.zip",
|
|
"hash": "sha1:d6635a264baa152859d64964ce6e27e16e80bf50"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.10.2/ghq_windows_386.zip",
|
|
"hash": "sha1:3f230e742ca3b34f7ac67135504062c04d115d6c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|