diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 5016aff062..8549090d1e 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -38,7 +38,7 @@ NOSTRIP="libsuil|libserd|libsord|liblilv|libsratom|liblrdf|libardour|libpbd|libe : ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONLV2=harrison_lv2s-n} -: ${HARRISONDSPURL=http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp} +: ${HARRISONDSPURL=http://www.harrisonconsoles.com/plugins/releases/public} if [ $# -eq 0 ] ; then echo "" diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 81e15fce44..19b64c3e04 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -26,7 +26,7 @@ WITH_NLS= : ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONLV2=harrison_lv2s-n} -: ${HARRISONDSPURL=http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp} +: ${HARRISONDSPURL=http://www.harrisonconsoles.com/plugins/releases/public} . ../define_versions.sh diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index 57c8eef1b6..a122ecd2d4 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -19,7 +19,7 @@ test -f gtk2_ardour/wscript || exit 1 : ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONLV2=harrison_lv2s-n} -: ${HARRISONDSPURL=http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp} +: ${HARRISONDSPURL=http://www.harrisonconsoles.com/plugins/releases/public} # see also wscript, video_tool_paths.cc, bundle_env_mingw.cc # registry keys based on this are used there