From 618407f707c898f019cf5175be649d9ce26a4a78 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Wed, 17 Apr 2024 08:26:49 +0200 Subject: [PATCH] Update libopus to 1.5.2 and using a new place to get it from --- scripts/libopus/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/libopus/download.sh b/scripts/libopus/download.sh index 701323f..b36331e 100755 --- a/scripts/libopus/download.sh +++ b/scripts/libopus/download.sh @@ -2,8 +2,8 @@ source ${SCRIPTS_DIR}/common-functions.sh -OPUS_VERSION=1.3.1 +OPUS_VERSION=1.5.2 downloadTarArchive \ "libopus" \ - "https://archive.mozilla.org/pub/opus/opus-${OPUS_VERSION}.tar.gz" + "https://downloads.xiph.org/releases/opus/opus-${OPUS_VERSION}.tar.gz"