From: Sean Bright Date: Thu, 1 Jun 2023 15:18:36 +0000 (-0400) Subject: sounds: Update download URL to use HTTPS. X-Git-Tag: 21.0.0-pre1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88524c9c048116ca36ae5ba3b8b62a55fb7a7eb4;p=thirdparty%2Fasterisk.git sounds: Update download URL to use HTTPS. Related to #136 --- diff --git a/sounds/Makefile b/sounds/Makefile index 606bbdcec2..288b8139a9 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -22,7 +22,7 @@ MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh CORE_SOUNDS_VERSION:=1.6.1 EXTRA_SOUNDS_VERSION:=1.5.2 MOH_VERSION:=2.03 -SOUNDS_URL:=http://downloads.asterisk.org/pub/telephony/sounds/releases +SOUNDS_URL:=https://downloads.asterisk.org/pub/telephony/sounds/releases MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS)) MCS:=$(subst -EN_AU-,-en_AU-,$(MCS)) MCS:=$(subst -EN_GB-,-en_GB-,$(MCS))