mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.10",
|
|
"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.7.10/ghorg_1.7.10_Windows_x86_64.tar.gz",
|
|
"hash": "05e7450551bb30c64e7eea7031a1c3f5938dbaf7f6aa33d05c2327fb9b9e1ddb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.7.10/ghorg_1.7.10_Windows_i386.tar.gz",
|
|
"hash": "ddc7b74833e5eb11d905c046588a8e561267f16c0760ee731f20572e7924d8d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|