2026-02-17 08:32:32 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.9.4",
"description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.9.4/ghq_windows_amd64.zip",
"hash": "sha1:e48898253291ac35d0588d3a83609b055e2cc3a2",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.9.4/ghq_windows_arm64.zip",
"hash": "sha1:82e54a7c0a8c63c6b32b0c8e42c7bb79de2f315a",
"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"
}
}
}