2026-02-14 08:31:07 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.9.3",
"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.3/ghq_windows_amd64.zip",
"hash": "sha1:c69b551ce8794e2c81d08abfb49e72d420556331",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.9.3/ghq_windows_arm64.zip",
"hash": "sha1:23a4118155e459aea28ee5147f6c5afd7f10b7ed",
"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"
}
}
}