From 6387ec50e6bd492c07e60d40d78892ab82d33cd2 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sat, 2 Dec 2017 00:52:50 -0500 Subject: [PATCH] fixed HetrickCV --- plugins/HetrickCV.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/HetrickCV.json b/plugins/HetrickCV.json index db2aa697..12f1f90e 100644 --- a/plugins/HetrickCV.json +++ b/plugins/HetrickCV.json @@ -4,9 +4,14 @@ "version": "0.5.3", "source": "https://github.com/mhetrick/hetrickcv", "manual": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", - "download": "https://github.com/mhetrick/hetrickcv/releases", - "downloads": [ - "win", - "mac" - ] + "downloads": { + "win": { + "download": "https://github.com/mhetrick/hetrickcv/releases/download/0.5.3/HetrickCV-0.5.3-win.zip", + "sha256": "4afb040dcfdc72e8ae8146f0978b28d1da7331bbd2857e7b3f4a2abf4dc86e8e" + }, + "mac": { + "download": "https://github.com/mhetrick/hetrickcv/releases/download/0.5.3/HetrickCV-0.5.3-mac.zip", + "sha256": "187feeb66cf84e13ea1dd3df02b3a2871c88387709903c69be8feaeca9a998f0" + } + } } \ No newline at end of file