2022-02-27 20:27:45 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.9",
"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.9/ghorg_1.7.9_Windows_x86_64.tar.gz",
"hash": "6befe6d78de33176ed1093fa73baff20bf31554478c3371ac0841e093799d58a"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.7.9/ghorg_1.7.9_Windows_i386.tar.gz",
"hash": "3d18eb6e25d54de2fb7fe4b42bebaaf44ffe74ae3ed33548be9a2ae9699beb42"
}
},
"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"
}
}
}