2023-06-10 16:27:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.9.6",
"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.9.6/ghorg_1.9.6_Windows_x86_64.tar.gz",
"hash": "58602eccf95152cf398af2edd1be7c4d22b6e9ad68da89f33e86550a826df212"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.6/ghorg_1.9.6_Windows_i386.tar.gz",
"hash": "061268ade8896406e77f9537b043ca98eb1e7ab3731da1284393c3a1687a3367"
}
},
"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"
}
}
}