mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.3.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.3.0/ghq_windows_amd64.zip",
|
|
"hash": "sha1:28bd60d89faf88a5fad2fac8d8990091f39df0a5",
|
|
"extract_dir": "ghq_windows_amd64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/motemen/ghq/releases/download/v1.3.0/ghq_windows_arm64.zip",
|
|
"hash": "sha1:3b9d842d49424504165b4199f919d895f6d6e59c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|