2023-04-15 16:27:05 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.16.2",
"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.2/ddosify_0.16.2_windows_amd64.zip",
"hash": "de24c4d7df48d9b12ee52595cb7d41158615c3e97e527ee0e8f4da6ff6374b6b"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.2/ddosify_0.16.2_windows_386.zip",
"hash": "d5377c28d5e5076e653698452bd88a23f0489a5d0b6789b084d6601ca9fa0ec1"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.2/ddosify_0.16.2_windows_arm64.zip",
"hash": "2089fc1b557f46f95f69189f00b4a8678b637c1c0e2efcd7aac27ea746ccf77d"
}
},
"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"
}
}
}