Update Harrison URLs (use SSL)

This commit is contained in:
Robin Gareus 2025-01-07 14:42:49 +01:00
parent f81b700395
commit 485457e439
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ X42PLUGINS="x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x4
: ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONCHANNELSTRIP=harrison_channelstrip}
: ${HARRISONLV2=harrison_lv2s-n} : ${HARRISONLV2=harrison_lv2s-n}
: ${HARRISONDSPURL=http://rsrc.harrisonconsoles.com/plugins/releases/public} : ${HARRISONDSPURL=https://builder.harrisonconsoles.com/pub/dsp}
if [ $# -eq 0 ] ; then if [ $# -eq 0 ] ; then
echo "" echo ""
@ -767,7 +767,7 @@ if test -n "$MIXBUS"; then
curl -s -S --fail -# \ curl -s -S --fail -# \
-z "${CACHEDIR}/MixbusBundledMedia.zip" \ -z "${CACHEDIR}/MixbusBundledMedia.zip" \
-o "${CACHEDIR}/MixbusBundledMedia.zip" \ -o "${CACHEDIR}/MixbusBundledMedia.zip" \
"http://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip" "https://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip"
if test -f "${CACHEDIR}/MixbusBundledMedia.zip"; then if test -f "${CACHEDIR}/MixbusBundledMedia.zip"; then
echo "Adding Mixbus Bundled Content" echo "Adding Mixbus Bundled Content"

View file

@ -29,7 +29,7 @@ X42PLUGINS="x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x4
: ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONCHANNELSTRIP=harrison_channelstrip}
: ${HARRISONLV2=harrison_lv2s-n} : ${HARRISONLV2=harrison_lv2s-n}
: ${HARRISONDSPURL=http://rsrc.harrisonconsoles.com/plugins/releases/public} : ${HARRISONDSPURL=https://builder.harrisonconsoles.com/pub/dsp}
. ../define_versions.sh . ../define_versions.sh
@ -857,7 +857,7 @@ if test -n "$MIXBUS"; then
curl -s -S --fail -# \ curl -s -S --fail -# \
-z "${CACHEDIR}/MixbusBundledMedia.zip" \ -z "${CACHEDIR}/MixbusBundledMedia.zip" \
-o "${CACHEDIR}/MixbusBundledMedia.zip" \ -o "${CACHEDIR}/MixbusBundledMedia.zip" \
"http://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip" "https://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip"
if test -f "${CACHEDIR}/MixbusBundledMedia.zip"; then if test -f "${CACHEDIR}/MixbusBundledMedia.zip"; then
echo "Adding Mixbus Bundled Content" echo "Adding Mixbus Bundled Content"

View file

@ -19,7 +19,7 @@ test -f gtk2_ardour/wscript || exit 1
: ${HARRISONCHANNELSTRIP=harrison_channelstrip} : ${HARRISONCHANNELSTRIP=harrison_channelstrip}
: ${HARRISONLV2=harrison_lv2s-n} : ${HARRISONLV2=harrison_lv2s-n}
: ${HARRISONDSPURL=https://rsrc.harrisonconsoles.com/plugins/releases/public} : ${HARRISONDSPURL=https://builder.harrisonconsoles.com/pub/dsp}
# see also wscript, video_tool_paths.cc, bundle_env_mingw.cc # see also wscript, video_tool_paths.cc, bundle_env_mingw.cc
# registry keys based on this are used there # registry keys based on this are used there
@ -427,7 +427,7 @@ if test -n "$MIXBUS"; then
curl -s -S --fail -# \ curl -s -S --fail -# \
-z "${SRCCACHE}/MixbusBundledMedia.zip" \ -z "${SRCCACHE}/MixbusBundledMedia.zip" \
-o "${SRCCACHE}/MixbusBundledMedia.zip" \ -o "${SRCCACHE}/MixbusBundledMedia.zip" \
"http://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip" "https://builder.harrisonconsoles.com/pub/share/MixbusBundledMedia.zip"
if test -f "${SRCCACHE}/MixbusBundledMedia.zip"; then if test -f "${SRCCACHE}/MixbusBundledMedia.zip"; then
echo "Adding Mixbus Bundled Content" echo "Adding Mixbus Bundled Content"