From 751c4e27c0883a1c1394b91ae283a290a32e8c0b Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sat, 2 Dec 2017 00:44:36 -0500 Subject: [PATCH] fixed StellareModular --- plugins/StellareModular.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/plugins/StellareModular.json b/plugins/StellareModular.json index da9c15eb..0e995dae 100644 --- a/plugins/StellareModular.json +++ b/plugins/StellareModular.json @@ -1,12 +1,23 @@ { - "slug": "StellareModular", - "name": "Stellare Modular", - "license": "MIT", - "version": "0.5.0", - "homepage": "https://www.facebook.com/stellaremodular/", - "manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", - "source": "https://github.com/stellare-modular", - "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", - "downloads": ["win", "lin", "mac"], - "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7", -} + "slug": "StellareModular", + "name": "Stellare Modular", + "license": "MIT", + "version": "0.5.0", + "homepage": "https://www.facebook.com/stellaremodular/", + "manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", + "source": "https://github.com/stellare-modular", + "downloads": { + "win": { + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", + "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + }, + "mac": { + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", + "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + }, + "lin": { + "download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip", + "sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7" + } + } +} \ No newline at end of file