2022-08-09 04:33:10 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.8.3",
"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.8.3/ghorg_1.8.3_Windows_x86_64.tar.gz",
"hash": "a95cfcccba28888082c6856ae002d67b46b0e81453b49d21e76226b9278471f5"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.8.3/ghorg_1.8.3_Windows_i386.tar.gz",
"hash": "2d22fed7d13bd6c7b24255136a60f688c746c9d7f7454ec3b4959a9783f661c5"
}
},
"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"
}
}
}