From 28329513cac6546109ceceecaa3bbc28349170db Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 14 Jan 2018 22:10:37 -0500 Subject: [PATCH] Fix sha256 for Qwelk --- plugins/Qwelk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Qwelk.json b/plugins/Qwelk.json index 5a54032a..2dad1f2a 100644 --- a/plugins/Qwelk.json +++ b/plugins/Qwelk.json @@ -8,11 +8,11 @@ "downloads": { "win": { "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-win.zip?raw=true", - "sh256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" + "sha256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" }, "mac": { "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-mac.zip?raw=true", - "sh256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" + "sha256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" } } }