2023-04-18 20:25:26 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.16.5",
"description": "Load testing and DDOS attack simulation tool",
"homepage": "https://ddosify.com",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.5/ddosify_0.16.5_windows_amd64.zip",
"hash": "79d719574d10c3822b4fce518128f71638c9c03d234206e4ab8d8f8fe23d5147"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.5/ddosify_0.16.5_windows_386.zip",
"hash": "019b30bb2565af91035383e714e2ac1a5e2e2938ad1a6ccb244ec6d37016921f"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.5/ddosify_0.16.5_windows_arm64.zip",
"hash": "79f2965f9970689c5e3f0191abef7deceff5aa222f3915263bd0757fc9fe5b52"
}
},
"bin": "ddosify.exe",
"checkver": {
"github": "https://github.com/ddosify/ddosify"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}