From add7b404ccd747ba45d226d1cf9b362c47811905 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:07:54 +0300 Subject: [PATCH] ddosify: Add version 0.4.1 (#2785) * ddosify: Add version 0.4.1 * Update bucket/ddosify.json Co-authored-by: Issac Lin Co-authored-by: Issac Lin --- bucket/ddosify.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/ddosify.json 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" + } + } +}