We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2dfc9 commit 43d9a5aCopy full SHA for 43d9a5a
1 file changed
Dockerfile
@@ -484,9 +484,9 @@ RUN \
484
# bump: opus after ./hashupdate Dockerfile OPUS $LATEST
485
# bump: opus link "Release notes" https://github.com/xiph/opus/releases/tag/v$LATEST
486
# bump: opus link "Source diff $CURRENT..$LATEST" https://github.com/xiph/opus/compare/v$CURRENT..v$LATEST
487
-ARG OPUS_VERSION=1.6
+ARG OPUS_VERSION=1.6.1
488
ARG OPUS_URL="https://downloads.xiph.org/releases/opus/opus-$OPUS_VERSION.tar.gz"
489
-ARG OPUS_SHA256=b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c
+ARG OPUS_SHA256=6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1
490
RUN \
491
wget $WGET_OPTS -O opus.tar.gz "$OPUS_URL" && \
492
echo "$OPUS_SHA256 opus.tar.gz" | sha256sum -c - && \
0 commit comments