update harrison URLs (nightly builds)
authorRobin Gareus <robin@gareus.org>
Sun, 13 Dec 2015 16:19:38 +0000 (17:19 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 13 Dec 2015 17:29:44 +0000 (18:29 +0100)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 1a12995a0800df427a8a30995483eefb330f1c75..baf4f5771f6d438b45ae41ac04245adc6ef25826 100755 (executable)
@@ -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
index 7d21eb407ee2662fab9bd0f39c6cd34226da6962..5e4a1a6a636d83f0f74642dcb2830b7691535bdd 100755 (executable)
@@ -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"
index 398174c13371ac780035c612fe43bcf2491b208d..b16c454515d091f3513c29ec15aff655d9eb02da 100755 (executable)
@@ -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"