Skip to content

Commit 618407f

Browse files
committed
Update libopus to 1.5.2 and using a new place to get it from
1 parent 5f813b2 commit 618407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/libopus/download.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
OPUS_VERSION=1.3.1
5+
OPUS_VERSION=1.5.2
66

77
downloadTarArchive \
88
"libopus" \
9-
"https://archive.mozilla.org/pub/opus/opus-${OPUS_VERSION}.tar.gz"
9+
"https://downloads.xiph.org/releases/opus/opus-${OPUS_VERSION}.tar.gz"

0 commit comments

Comments
 (0)