2019-12-24 16:00:25 +00:00

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"
}
}
}