mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.11.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.11.0/ghorg_1.11.0_Windows_x86_64.tar.gz",
|
|
"hash": "687a01f4dae247df043225cf68515a3450ace375c32d018200872b51c419e345"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.0/ghorg_1.11.0_Windows_i386.tar.gz",
|
|
"hash": "9d7de59785199f441243a4744b50fb7101a2ca15b79880b02acf0e078ea80750"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.0/ghorg_1.11.0_Windows_arm64.tar.gz",
|
|
"hash": "b35f8bf591ec3fa16ed93a93db17c45f60638124b3fedee8749485db4b611c56"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|