2023-04-19 12:30:36 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.16.6",
"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.6/ddosify_0.16.6_windows_amd64.zip",
"hash": "f089afaeff0feee980a24c5d887e13fd691e4b3eea7fc8e32fd100fb5787c8d1"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.6/ddosify_0.16.6_windows_386.zip",
"hash": "6c353f6406880c2e78f91b9e4b97b4c8bb99e1029f10ade91121451e84220a00"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.6/ddosify_0.16.6_windows_arm64.zip",
"hash": "78fd14ca197e6534461753d6fb9fb80140672cd7cec133b50b93e508c7a89cf9"
}
},
"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"
}
}
}