2026-02-01 12:32:23 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.8.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.8.1/ghq_windows_amd64.zip",
"hash": "sha1:76ce6cf72393bb9c08e27e8da542f88fc5e4c16b",
"extract_dir": "ghq_windows_amd64"
},
"arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.8.1/ghq_windows_arm64.zip",
"hash": "sha1:43b5e6c26a58c046f151601744ceecb4494a0039",
"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"
}
}
}