From a24eac50b97a1a8edf3541807970870788f69531 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 13 Dec 2015 17:19:38 +0100 Subject: [PATCH] update harrison URLs (nightly builds) --- tools/linux_packaging/build | 4 ++-- tools/osx_packaging/osx_build | 4 ++-- tools/x-win/package.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 1a12995a08..baf4f5771f 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -608,7 +608,7 @@ if test x$WITH_HARRISON_LV2 != x ; then curl -s -S --fail -# \ -z "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \ -o "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \ - http://www.harrisonconsoles.com/mixbus/mb3/${HARCH}/harrison_lv2s.zip + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${HARCH}.zip" unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" fi @@ -619,7 +619,7 @@ if test -n "$MIXBUS"; then curl -s -S --fail -# \ -z "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \ -o "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \ - http://www.harrisonconsoles.com/mixbus/mb3/${HARCH}/harrison_channelstrip.so + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${HARCH}.so" cp "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \ $APPLIB/ladspa/strip/harrison_channelstrip.so diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 7d21eb407e..5e4a1a6a63 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -594,7 +594,7 @@ if test x$WITH_HARRISON_LV2 != x ; then curl -s -S --fail -# \ -z "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \ -o "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \ - http://www.harrisonconsoles.com/mixbus/mb3/${OSX_BENSID}/harrison_lv2s.zip + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${OSX_BENSID}.zip" mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2" bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \ @@ -680,7 +680,7 @@ if test -n "$MIXBUS"; then curl -s -S --fail -# \ -z "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \ -o "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \ - http://www.harrisonconsoles.com/mixbus/mb3/${OSX_BENSID}/harrison_channelstrip.so + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${OSX_BENSID}.so" cp "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \ "${PRODUCT_PKG_DIR}/${APPROOT}/lib/ladspa/strip/harrison_channelstrip.so" diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 398174c133..b16c454515 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -260,7 +260,7 @@ if test x$WITH_HARRISON_LV2 != x ; then curl -s -S --fail -# \ -z "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \ -o "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \ - http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_lv2s.zip + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${WARCH}.zip" unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" fi @@ -271,7 +271,7 @@ if test -n "$MIXBUS"; then curl -s -S --fail -# \ -z "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \ -o "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \ - http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_channelstrip.dll + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${WARCH}.dll" cp "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \ "$ALIBDIR/ladspa/strip/harrison_channelstrip.dll" -- 2.30.2