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 @@ -674,9 +674,9 @@ RUN \
674674# bump: svtav1 /SVTAV1_VERSION=([\d.]+)/ https://gitlab.com/AOMediaCodec/SVT-AV1.git|*
675675# bump: svtav1 after ./hashupdate Dockerfile SVTAV1 $LATEST
676676# bump: svtav1 link "Release notes" https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v$LATEST
677- ARG SVTAV1_VERSION=3.1.1
677+ ARG SVTAV1_VERSION=3.1.2
678678ARG SVTAV1_URL="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v$SVTAV1_VERSION/SVT-AV1-v$SVTAV1_VERSION.tar.bz2"
679- ARG SVTAV1_SHA256=a91a3a095cc3146697c6e46155f095492f177d95585e90fc87a5df1ee41869e2
679+ ARG SVTAV1_SHA256=802e9bb2b14f66e8c638f54857ccb84d3536144b0ae18b9f568bbf2314d2de88
680680RUN \
681681 wget $WGET_OPTS -O svtav1.tar.bz2 "$SVTAV1_URL" && \
682682 echo "$SVTAV1_SHA256 svtav1.tar.bz2" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments