From 5b748e20d8bd746ba373845bf5b4a5966ae5e90b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 14 Jul 2015 20:17:30 +0200 Subject: migrate bundled-plugin site --- tools/x-win/package.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/x-win') diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 23eef0cd72..65ae2ab640 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -238,21 +238,21 @@ if test -n "$MIXBUS"; then # TODO use separate variable echo "Adding x42 Plugins" - METERS_VERSION=$(curl -s -S http://gareus.org/x42/win/x42-meters.latest.txt) + METERS_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/x42-meters.latest.txt) rsync -a -q --partial \ - rsync://gareus.org/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \ + rsync://x42-plugins.com/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \ "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip" unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip" - SETBFREE_VERSION=$(curl -s -S http://gareus.org/x42/win/setBfree.latest.txt) + SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/setBfree.latest.txt) rsync -a -q --partial \ - rsync://gareus.org/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \ + rsync://x42-plugins.com/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \ "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip" unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip" - MIDIFILTER_VERSION=$(curl -s -S http://gareus.org/x42/win/x42-midifilter.latest.txt) + MIDIFILTER_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/x42-midifilter.latest.txt) rsync -a -q --partial \ - rsync://gareus.org/x42/win/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip \ + rsync://x42-plugins.com/x42/win/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip \ "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip" unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip" fi -- cgit v1.2.3