sounds: Update download URL to use HTTPS.

Related to #136
This commit is contained in:
Sean Bright 2023-06-01 11:18:36 -04:00 committed by George Joseph
parent 1bf6d02f13
commit 88524c9c04
1 changed files with 1 additions and 1 deletions

View File

@ -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))