From eb75353d192bd6938c855a71706357c19273413b Mon Sep 17 00:00:00 2001 From: Antonio Tuzzi Date: Fri, 29 Dec 2017 18:02:50 +0100 Subject: [PATCH] correct name to uppercase to avoid travis complains (#127) corrected name form nysthi to NYSTHI to avoid travis complains new release 0.5.11 added module Dual Feedback Echo https://www.virustotal.com/#/file/815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978/detection --- plugins/NYSTHI.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/NYSTHI.json b/plugins/NYSTHI.json index e512d319..28346e07 100644 --- a/plugins/NYSTHI.json +++ b/plugins/NYSTHI.json @@ -1,21 +1,21 @@ { "slug": "NYSTHI", "name": "NYSTHI", - "version": "0.5.10", + "version": "0.5.11", "homepage": "https://github.com/nysthi/nysthi", "manual": "https://github.com/nysthi/nysthi/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.10/nysthi.zip", - "sha256": "af5be01fd555cdab79d467b14f58f8aa13c7d32500dbc393064194279169c306" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", + "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" }, "mac": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.10/nysthi.zip", - "sha256": "af5be01fd555cdab79d467b14f58f8aa13c7d32500dbc393064194279169c306" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", + "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" }, "lin": { - "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.10/nysthi.zip", - "sha256": "af5be01fd555cdab79d467b14f58f8aa13c7d32500dbc393064194279169c306" + "download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", + "sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" } } }