mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://github.com/motemen/ghq",
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.8.0/ghq_windows_amd64.zip",
|
|
"hash": "sha1:181d62a33acd5bdd132a96f6dae6831cdf977320"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v0.8.0/ghq_windows_386.zip",
|
|
"hash": "sha1:a611c0da3629936904bb05fcab33935cf0fb17a7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|