2021-05-23 19:01:46 +00:00

27 lines
801 B
JSON

{
"version": "1.2.1",
"description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.2.1/ghq_windows_amd64.zip",
"hash": "sha1:34be944acf8f63787829589f2295f5b5138d3e31",
"extract_dir": "ghq_windows_amd64"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/SHASUMS"
}
}
}