2021-10-21 08:51:06 -07:00

34 lines
1.2 KiB
JSON

{
"version": "0.4.1",
"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.4.1/ddosify_0.4.1_windows_amd64.zip",
"hash": "b73f7b65028a6cf12cb7bfc416895b8e47435e021593087ed6b35c28f9369d02"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.4.1/ddosify_0.4.1_windows_386.zip",
"hash": "a527c4676f94d388722476f04a24f4d76c5ab5ff5536d7a77d88348f9ab42adb"
}
},
"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"
}
}
}