File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
488488ARG OPUS_URL="https://downloads.xiph.org/releases/opus/opus-$OPUS_VERSION.tar.gz"
489- ARG OPUS_SHA256=b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c
489+ ARG OPUS_SHA256=6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1
490490RUN \
491491 wget $WGET_OPTS -O opus.tar.gz "$OPUS_URL" && \
492492 echo "$OPUS_SHA256 opus.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments