2024-02-02 04:25:20 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_amd64.zip",
"hash": "sha1:d38e8a28e6fe73b8e4fee40a0c1b8b5cdcac3d35",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_arm64.zip",
"hash": "sha1:210a5b9ab69d209c61c6e11badc5e2ccef253b23",
"extract_dir": "ghq_windows_arm64"
}
},
"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"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_arm64.zip",
"extract_dir": "ghq_windows_arm64"
}
},
"hash": {
"url": "$baseurl/SHASUMS"
}
}
}