Skip to content

Commit 43d9a5a

Browse files
author
bump
committed
Update opus to 1.6.1 from 1.6
Release notes https://github.com/xiph/opus/releases/tag/v1.6.1 Source diff 1.6..1.6.1 https://github.com/xiph/opus/compare/v1.6..v1.6.1
1 parent 8e2dfc9 commit 43d9a5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ RUN \
484484
# bump: opus after ./hashupdate Dockerfile OPUS $LATEST
485485
# bump: opus link "Release notes" https://github.com/xiph/opus/releases/tag/v$LATEST
486486
# bump: opus link "Source diff $CURRENT..$LATEST" https://github.com/xiph/opus/compare/v$CURRENT..v$LATEST
487-
ARG OPUS_VERSION=1.6
487+
ARG OPUS_VERSION=1.6.1
488488
ARG OPUS_URL="https://downloads.xiph.org/releases/opus/opus-$OPUS_VERSION.tar.gz"
489-
ARG OPUS_SHA256=b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c
489+
ARG OPUS_SHA256=6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1
490490
RUN \
491491
wget $WGET_OPTS -O opus.tar.gz "$OPUS_URL" && \
492492
echo "$OPUS_SHA256 opus.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)