mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update Harrison URLs (use SSL)
This commit is contained in:
parent
f81b700395
commit
485457e439
3 changed files with 6 additions and 6 deletions
|
|
@ -38,7 +38,7 @@ X42PLUGINS="x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x4
|
|||
|
||||
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
|
||||
: ${HARRISONLV2=harrison_lv2s-n}
|
||||
: ${HARRISONDSPURL=http://rsrc.harrisonconsoles.com/plugins/releases/public}
|
||||
: ${HARRISONDSPURL=https://builder.harrisonconsoles.com/pub/dsp}
|
||||
|
||||
if [ $# -eq 0 ] ; then
|
||||
echo ""
|
||||
|
|
@ -767,7 +767,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${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
|
||||
echo "Adding Mixbus Bundled Content"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ X42PLUGINS="x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x4
|
|||
|
||||
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
|
||||
: ${HARRISONLV2=harrison_lv2s-n}
|
||||
: ${HARRISONDSPURL=http://rsrc.harrisonconsoles.com/plugins/releases/public}
|
||||
: ${HARRISONDSPURL=https://builder.harrisonconsoles.com/pub/dsp}
|
||||
|
||||
. ../define_versions.sh
|
||||
|
||||
|
|
@ -857,7 +857,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${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
|
||||
echo "Adding Mixbus Bundled Content"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ test -f gtk2_ardour/wscript || exit 1
|
|||
|
||||
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
|
||||
: ${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
|
||||
# registry keys based on this are used there
|
||||
|
|
@ -427,7 +427,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${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
|
||||
echo "Adding Mixbus Bundled Content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue