summaryrefslogtreecommitdiffstats
path: root/src/speex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/speex.mk')
-rw-r--r--src/speex.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/speex.mk b/src/speex.mk
index 2d8ad30b..37649a9 100644
--- a/src/speex.mk
+++ b/src/speex.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := speex
-$(PKG)_WEBSITE := http://www.speex.org/
+$(PKG)_WEBSITE := https://speex.org/
$(PKG)_DESCR := Speex
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.2rc2
@@ -12,7 +12,7 @@ $(PKG)_URL := http://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://git.xiph.org/?p=speex.git;a=tags' | \
+ $(WGET) -q -O- 'https://git.xiph.org/?p=speex.git;a=tags' | \
grep '<a class="list name"' | \
$(SED) -n 's,.*<a[^>]*>Speex-\([0-9][^<]*\)<.*,\1,p' | \
head -1