2020-01-16 18:01:49 +00:00

27 lines
801 B
JSON

{
"version": "1.0.2",
"description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.0.2/ghq_windows_amd64.zip",
"hash": "sha1:ced541a4485c693deef1281b7b06880d9542e6f0",
"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"
}
}
}