summaryrefslogtreecommitdiffstats
path: root/src/opusfile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/opusfile.mk')
-rw-r--r--src/opusfile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opusfile.mk b/src/opusfile.mk
index b3c8d8d..357cc72 100644
--- a/src/opusfile.mk
+++ b/src/opusfile.mk
@@ -1,17 +1,17 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := opusfile
-$(PKG)_WEBSITE := http://opus-codec.org/
+$(PKG)_WEBSITE := https://opus-codec.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.6
$(PKG)_CHECKSUM := 2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/opus/$($(PKG)_FILE)
+$(PKG)_URL := https://archive.mozilla.org/pub/opus/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ogg opus
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://downloads.xiph.org/releases/opus/?C=M;O=D' | \
+ $(WGET) -q -O- 'https://archive.mozilla.org/pub/opus/?C=M;O=D' | \
$(SED) -n 's,.*opusfile-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
grep -v 'beta' | \