mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.0",
|
|
"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.8.0/ghorg_1.8.0_Windows_x86_64.tar.gz",
|
|
"hash": "ddec6a82f5134c9c1259511b496ce7710a666ec36f1c5539754a914626af48ce"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.8.0/ghorg_1.8.0_Windows_i386.tar.gz",
|
|
"hash": "cc3c8b7b27d00933002a0c741614e3c29f4393cd779813dcef7295b136a40934"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|