]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
sounds: Update download URL to use HTTPS.
authorSean Bright <sean@seanbright.com>
Thu, 1 Jun 2023 15:18:36 +0000 (11:18 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:31 +0000 (11:49 +0000)
Related to #136

(cherry picked from commit ade23d24a0e6e06c57f8dd9dd4212c40b094c707)

sounds/Makefile

index 606bbdcec2f3c7bce66257c7f6356a5fce11a8a7..288b8139a9d07124bf10e147f863b831e3a9a4f3 100644 (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))