tech189 88e926630f ghorg: Update to version 1.9.9
Fix autoupdate: removed version number from file name
2023-09-05 12:37:52 +01:00

32 lines
1.2 KiB
JSON

{
"version": "1.9.9",
"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.9/ghorg_Windows_x86_64.tar.gz",
"hash": "c093391a219159bc4aa2849c422b38846362d74b61a4f5f7f3ac42d03db0d06e"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.9/ghorg_Windows_i386.tar.gz",
"hash": "b0e29471dd1753c0824075b6065ababaedad79a1187e68b1dff6f26df908648e"
}
},
"bin": "ghorg.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_Windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_Windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}