summaryrefslogtreecommitdiff
path: root/tools/x-win
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/x-win
parent73333350cc0b237890bba626fa08e4ad924acfab (diff)
prepare including fil4 w/Mixbus
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index b16c454515..fb525844f8 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -239,6 +239,12 @@ if test x$WITH_X42_LV2 != x ; then
"${SRCCACHE}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
+ EQ_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/x42-eq.latest.txt)
+ rsync -a -q --partial \
+ rsync://x42-plugins.com/x42/win/x42-eq-lv2-${WARCH}-${EQ_VERSION}.zip \
+ "${SRCCACHE}/x42-eq-lv2-${WARCH}-${EQ_VERSION}.zip"
+ unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/x42-eq-lv2-${WARCH}-${EQ_VERSION}.zip"
+
SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/setBfree.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \