diff --git a/bucket/ddosify.json b/bucket/ddosify.json new file mode 100644 index 0000000000..e454c9f70e --- /dev/null +++ b/bucket/ddosify.json @@ -0,0 +1,33 @@ +{ + "version": "0.4.1", + "description": "Load testing and DDOS attack simulation tool", + "homepage": "https://ddosify.com/", + "license": "AGPL-3.0", + "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" + } + } +}