From fc4ef02237a319e47428f1c520eaf1c12f365539 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 22 Oct 2021 11:00:35 +0000 Subject: [PATCH] ddosify: Update to version 0.5.0 --- bucket/ddosify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ddosify.json b/bucket/ddosify.json index f43f363589..35ee7cf7e6 100644 --- a/bucket/ddosify.json +++ b/bucket/ddosify.json @@ -1,16 +1,16 @@ { - "version": "0.4.1", + "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.4.1/ddosify_0.4.1_windows_amd64.zip", - "hash": "b73f7b65028a6cf12cb7bfc416895b8e47435e021593087ed6b35c28f9369d02" + "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.4.1/ddosify_0.4.1_windows_386.zip", - "hash": "a527c4676f94d388722476f04a24f4d76c5ab5ff5536d7a77d88348f9ab42adb" + "url": "https://github.com/ddosify/ddosify/releases/download/v0.5.0/ddosify_0.5.0_windows_386.zip", + "hash": "02459a078f26002dee678ab03043778e23ebf614c89ebafa683ca8c1c18cb9cd" } }, "bin": "ddosify.exe",