summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-06 17:30:18 +0100
committerRobin Gareus <robin@gareus.org>2016-03-06 17:30:32 +0100
commitcdd254033ef8243676faa95fead8f4b11d6a2a70 (patch)
treed60b4de17ff97de12bbd9008e03dffa922ae2a03 /tools/linux_packaging
parent73333350cc0b237890bba626fa08e4ad924acfab (diff)
prepare including fil4 w/Mixbus
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index bf0d27616a..ceae9a9732 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -641,6 +641,12 @@ if test x$WITH_X42_LV2 != x ; then
"${CACHEDIR}/x42-meters-lv2-linux-${WARCH}-${METERS_VERSION}.zip"
unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/x42-meters-lv2-linux-${WARCH}-${METERS_VERSION}.zip"
+ EQ_VERSION=$(curl -s -S http://x42-plugins.com/x42/linux/x42-eq.latest.txt)
+ rsync -a -q --partial \
+ rsync://x42-plugins.com/x42/linux/x42-eq-lv2-linux-${WARCH}-${EQ_VERSION}.zip \
+ "${CACHEDIR}/x42-eq-lv2-linux-${WARCH}-${EQ_VERSION}.zip"
+ unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/x42-eq-lv2-linux-${WARCH}-${EQ_VERSION}.zip"
+
SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/linux/setBfree.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/linux/setBfree-lv2-linux-${WARCH}-${SETBFREE_VERSION}.zip \