2025-05-01 16:30:04 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.1",
"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.11.1/ghorg_1.11.1_Windows_x86_64.tar.gz",
"hash": "cbd29784c5323de5dd1dacf4664db6b68857a5a5fc1c9ae46b48206d45fd4a52"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.1/ghorg_1.11.1_Windows_i386.tar.gz",
"hash": "d77807ac5410914ff74cebc743d231244452489182029ac8c74d1cc8c5c45d2e"
},
"arm64": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.1/ghorg_1.11.1_Windows_arm64.tar.gz",
"hash": "6cdfcf8e70139cd516ac2467b9f3304f2646dee1d16e4e439b24d53678bc2d54"
}
},
"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"
},
"arm64": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}