mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.11.3",
|
|
"description": "Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more",
|
|
"homepage": "https://github.com/gabrie30/ghorg",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.3/ghorg_1.11.3_Windows_x86_64.tar.gz",
|
|
"hash": "843927dcc362362d82ace34b9a6e924a91e29f54ad20e2b13fc7420f626445ea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.3/ghorg_1.11.3_Windows_i386.tar.gz",
|
|
"hash": "7abae78e83e99fd7a306ea098c586e4142b69bf7bebe6cc420f6b6abdb273379"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.3/ghorg_1.11.3_Windows_arm64.tar.gz",
|
|
"hash": "fbae142ab311c05c1b63dd868c44cdc7db3d321074796325b5018faf67aac06d"
|
|
}
|
|
},
|
|
"bin": "ghorg.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_i386.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|