From e67cdcb94ec8514acfb1b0c7d525eefb01b24b1b Mon Sep 17 00:00:00 2001 From: NLNRI <34134965+NonLinearInstruments@users.noreply.github.com> Date: Sun, 3 Dec 2017 19:12:22 +0100 Subject: [PATCH] Fixed win rar to zip --- plugins/NonLinearInstruments.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/NonLinearInstruments.json diff --git a/plugins/NonLinearInstruments.json b/plugins/NonLinearInstruments.json new file mode 100644 index 00000000..95517ae0 --- /dev/null +++ b/plugins/NonLinearInstruments.json @@ -0,0 +1,20 @@ +{ + "slug": "NonLinearInstruments", + "name": "Non Linear Instruments", + "license": "BSD 3-clause", + "version": "0.5.0", + "homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", + "manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", + "source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", + "productId": "1234567890", + "downloads": { + "mac": { + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.0/NonLinearInstruments-0.5.0-mac.zip", + "sha256": "955813b84e85a249134b709ceb5adddc1ea94c14d077e519057b97ffdc88d098" + }, + "win": { + "download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.0/NonLinearInstruments-0.5.0-win.zip", + "sha256": "354cfd04a8bb48993a07b13b8fc6ab68e39c2967fc356c988ac6f520902619d9" + } + } +}