2019-12-03 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.13.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.13.1/ghq_windows_amd64.zip",
"hash": "sha1:c38b1bee1ae2aeb04d304c8cd4147fe69b704e30",
"extract_dir": "ghq_windows_amd64"
},
"32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.13.1/ghq_windows_386.zip",
"hash": "sha1:ce88c9c4eeda84784950049a4b101490cf8c173c",
"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"
}
}
}