summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-13 17:19:38 +0100
committerRobin Gareus <robin@gareus.org>2015-12-13 18:29:44 +0100
commita24eac50b97a1a8edf3541807970870788f69531 (patch)
tree57e4f1de9df5771fc93a7dee2f93de2cc986dc1f /tools/x-win
parent7ffeb70b1b29df553b3b3d49b0215c7a0d5d4a4c (diff)
update harrison URLs (nightly builds)
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh4
1 files changed, 2 insertions, 2 deletions
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"