mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.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.4.2/ghq_windows_amd64.zip",
|
|
"hash": "sha1:6953fb3a5b809b99795468aa3abc7fcd7a15c58a",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v1.4.2/ghq_windows_arm64.zip",
|
|
"hash": "sha1:f1fb902ef96eef3af17e6d534b2d5eaddb2ac27f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|