Skip to content

Commit

Permalink
Update libopus to 1.5.2 and using a new place to get it from
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Apr 17, 2024
1 parent 5f813b2 commit 618407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/libopus/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 618407f

Please sign in to comment.