2022-02-12 16:29:41 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.7",
"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.7/ghorg_1.7.7_Windows_x86_64.tar.gz",
"hash": "21d51c2bdbc237c747d0329371584cc229e8d8cf4c4103aaec65bca885dea0d7"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.7.7/ghorg_1.7.7_Windows_i386.tar.gz",
"hash": "b62ba33204bb0bb46e6551c993c46d4923595d102412233b9a4622bf40fc9513"
}
},
"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"
}
}
}