2022-06-02 08:31:06 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.16",
"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.16/ghorg_1.7.16_Windows_x86_64.tar.gz",
"hash": "77f655ea105a6566abae1f496451986ca27d553f23340ad516a39733e4299d10"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.7.16/ghorg_1.7.16_Windows_i386.tar.gz",
"hash": "e50db11a14849f1d8844806bf9080177be9a294ab60af685ae35ea89e4acdab3"
}
},
"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"
}
}
}