Skip to content

Commit 8c6be97

Browse files
authored
Merge pull request #656 from wader/bump-svtav1-3.1.2
Update svtav1 to 3.1.2 from 3.1.1
2 parents 197dc5a + 892ec1e commit 8c6be97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
678678
ARG 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
680680
RUN \
681681
wget $WGET_OPTS -O svtav1.tar.bz2 "$SVTAV1_URL" && \
682682
echo "$SVTAV1_SHA256 svtav1.tar.bz2" | sha256sum -c - && \

0 commit comments

Comments
 (0)