2021-10-22 11:00:35 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.5.0",
"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.5.0/ddosify_0.5.0_windows_amd64.zip",
"hash": "adb42aff62f4a1ef0336388685cf30cd11ecc000827cb00324517c1675e7479a"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.5.0/ddosify_0.5.0_windows_386.zip",
"hash": "02459a078f26002dee678ab03043778e23ebf614c89ebafa683ca8c1c18cb9cd"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}