From e58a54cb109e46730be62575e92870d485f6dfa4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 19 Nov 2021 09:00:42 +0000 Subject: [PATCH] ddosify: Update to version 0.6.0 --- bucket/ddosify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ddosify.json b/bucket/ddosify.json index 0fd23a2c97..f481ecd32d 100644 --- a/bucket/ddosify.json +++ b/bucket/ddosify.json @@ -1,16 +1,16 @@ { - "version": "0.5.2", + "version": "0.6.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.2/ddosify_0.5.2_windows_amd64.zip", - "hash": "d4bdf9833bab315d2657f1ef416c85ae28280d77141e12b5a89ee2e313e8a61a" + "url": "https://github.com/ddosify/ddosify/releases/download/v0.6.0/ddosify_0.6.0_windows_amd64.zip", + "hash": "54c8b4b4ddf32f10f200aee8c7a402e76461e00aa3abc7b208fcca4d2524d682" }, "32bit": { - "url": "https://github.com/ddosify/ddosify/releases/download/v0.5.2/ddosify_0.5.2_windows_386.zip", - "hash": "59533edd542de5ea0b93ad0a863520f7e28c9d5c6f73195096e0d99f66c46e30" + "url": "https://github.com/ddosify/ddosify/releases/download/v0.6.0/ddosify_0.6.0_windows_386.zip", + "hash": "96a12f9810243f227c9501748702c3b6e251697c094545d28d659743aa5eb84d" } }, "bin": "ddosify.exe",