2023-03-27 00:33:29 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.9.4",
"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.4/ghorg_1.9.4_Windows_x86_64.tar.gz",
"hash": "27b0bf00d2a7f29154d5848f6fc506af63fa378012dde9e79816454441640d6d"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.4/ghorg_1.9.4_Windows_i386.tar.gz",
"hash": "fc731fce1e6b92ca4e5f74ad3307ccd4d0bd5b5d48182bf85ff95760a28afb97"
}
},
"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"
}
}
}