From 2568bc27052553be2f58ffb40ccf9b25f0290e6e Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Sun, 24 Dec 2017 13:20:33 -0500 Subject: [PATCH 1/2] New version + Corrected makefile Version 0.5.2 Corrected makefile to include version on binaries --- plugins/moDllz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index dd8c043a..9a5239ea 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -3,17 +3,17 @@ "name": "moDllz", "author": "Pablo DeLaLoza", "license": "BSD 3-clause", - "version": "", + "version": "0.5.2", "manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md", "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/moDllz-0.5.1-win.zip?raw=true", - "sha256": "ee7f24f89798411c5d1a09c097edee29bc369dc55c02a1975a31a200c5aa3545" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDLLz-0.5.2-win.zip?raw=true", + "sha256": "2a905c791133a5544366596606a58bfe11b41177384c8918ae69789074ec05c8" }, "mac": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/moDllz-0.5.1-mac.zip?raw=true", - "sha256": "2147932276f7b737184064dde43733b2801223c46113190affef1c4292ff872a" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDLLz-0.5.2-mac.zip?raw=true", + "sha256": "2fca26a0a4ae8753b75db79de2140381fc9f66b1075d6cd8ae091da079fe8b06" } } } From 082cb7fe09fecfbd0f16a85f823fc0d3ff627890 Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Sun, 24 Dec 2017 14:15:16 -0500 Subject: [PATCH 2/2] Update moDllz.json --- plugins/moDllz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 9a5239ea..86554612 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -1,19 +1,19 @@ { "slug": "moDllz", "name": "moDllz", - "author": "Pablo DeLaLoza", + "author": "Pablo Delaloza", "license": "BSD 3-clause", "version": "0.5.2", "manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md", "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDLLz-0.5.2-win.zip?raw=true", - "sha256": "2a905c791133a5544366596606a58bfe11b41177384c8918ae69789074ec05c8" + "download": "", + "sha256": "" }, "mac": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDLLz-0.5.2-mac.zip?raw=true", - "sha256": "2fca26a0a4ae8753b75db79de2140381fc9f66b1075d6cd8ae091da079fe8b06" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.2-mac.zip?raw=true", + "sha256": "664064185007b09cf7394a48e071ce0254f4e296c23abf945f1c0daf86af6c62" } } }