From 167dc715337c0616eb9cb15c1cc91e31d1ca7ee5 Mon Sep 17 00:00:00 2001 From: Joel Robichaud Date: Tue, 19 Dec 2017 19:52:02 -0500 Subject: [PATCH] Updated Nohmad.json file hash Recompiled binaries use the VERSION define as requested here: https://github.com/joelrobichaud/Nohmad/issues/5 --- plugins/Nohmad.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Nohmad.json b/plugins/Nohmad.json index 161bcf17..5c55030c 100644 --- a/plugins/Nohmad.json +++ b/plugins/Nohmad.json @@ -8,15 +8,15 @@ "downloads": { "win": { "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.1/Nohmad.zip", - "sha256": "65acc58d7276a0aceb5b9c519671bc29e5cd3b498cf93112b86a0d8088cc7c13" + "sha256": "2ffcafd4c546983b196a87cde6ec5563d9a29ba3aded214442bbc71951a345f9" }, "lin": { "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.1/Nohmad.zip", - "sha256": "65acc58d7276a0aceb5b9c519671bc29e5cd3b498cf93112b86a0d8088cc7c13" + "sha256": "2ffcafd4c546983b196a87cde6ec5563d9a29ba3aded214442bbc71951a345f9" }, "mac": { "download": "https://github.com/joelrobichaud/Nohmad/releases/download/v0.5.1/Nohmad.zip", - "sha256": "65acc58d7276a0aceb5b9c519671bc29e5cd3b498cf93112b86a0d8088cc7c13" + "sha256": "2ffcafd4c546983b196a87cde6ec5563d9a29ba3aded214442bbc71951a345f9" } } }