From c248fa0bbf80f8a5c4efc363ad781926715010a2 Mon Sep 17 00:00:00 2001 From: mtsch Date: Mon, 8 Jan 2018 11:46:58 +0100 Subject: [PATCH 1/2] Added mtsch-plugins v0.5.1. --- plugins/mtsch-plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/mtsch-plugins.json diff --git a/plugins/mtsch-plugins.json b/plugins/mtsch-plugins.json new file mode 100644 index 00000000..32857605 --- /dev/null +++ b/plugins/mtsch-plugins.json @@ -0,0 +1,16 @@ +{ + "slug": "mtsch-plugins", + "name": "mtsch", + "author": "mtsch", + "license": "MIT", + "version": "0.5.1", + "homepage": "https://github.com/mtsch/mtsch-vcvrack-plugins", + "manual": "https://github.com/mtsch/mtsch-vcvrack-plugins", + "source": "https://github.com/mtsch/mtsch-vcvrack-plugins", + "downloads": { + "lin": { + "download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.1/mtsch-plugins-0.5.1-lin.zip", + "sha256": "7e952548a19c33122b5644da698f626721f954db0f7d2ff9e69f48ec8efe46cc" + }, + } +} From fa057925d344ee08a23bb7286ed3ea20f4765697 Mon Sep 17 00:00:00 2001 From: mtsch Date: Mon, 8 Jan 2018 12:12:28 +0100 Subject: [PATCH 2/2] Added Windows and Mac builds. --- plugins/mtsch-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/mtsch-plugins.json b/plugins/mtsch-plugins.json index 32857605..e1f9da21 100644 --- a/plugins/mtsch-plugins.json +++ b/plugins/mtsch-plugins.json @@ -12,5 +12,13 @@ "download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.1/mtsch-plugins-0.5.1-lin.zip", "sha256": "7e952548a19c33122b5644da698f626721f954db0f7d2ff9e69f48ec8efe46cc" }, + "win": { + "download": "https://github.com/mtsch/mtsch-vcvrack-plugins/files/1611272/mtsch-plugins-0.5.1-win.zip", + "sha256": "60658d0959ca6902057e40003b5e216b6ae2de15f8bef0bfe21260adc018ccfd" + }, + "mac": { + "download": "https://github.com/mtsch/mtsch-vcvrack-plugins/files/1611304/mtsch-plugins-0.5.1-mac.zip", + "sha256": "1723cf4e6e71bac8360ee0d00de2a3388130ce0fad8f877e90d453814bae2b9f" + } } }