2023-11-24 04:25:41 +00:00

41 lines
1.6 KiB
JSON

{
"version": "1.0.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/v1.0.6/ddosify_1.0.6_windows_amd64.zip",
"hash": "f3980b434a64da7190d99bdcd04fb0c7162f44eeccdaf1f3489a30ac378f04ee"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_1.0.6_windows_386.zip",
"hash": "6f85c397f5351b9cb87e01e72bc1ee71a19eb4021fea973056fb138bd1434a0e"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_1.0.6_windows_arm64.zip",
"hash": "42d878db6197680c0f310d509920d9c6e7dfe4360ee71895c012a45d5dc43446"
}
},
"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"
}
}
}