Skip to content

Commit

Permalink
Merge pull request #550 from wader/bump-svtav1-2.3.0
Browse files Browse the repository at this point in the history
Update svtav1 to 2.3.0 from 2.2.1
  • Loading branch information
wader authored Oct 30, 2024
2 parents e7d0eb3 + b2cd219 commit 7dd4844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ RUN \
# bump: svtav1 /SVTAV1_VERSION=([\d.]+)/ https://gitlab.com/AOMediaCodec/SVT-AV1.git|*
# bump: svtav1 after ./hashupdate Dockerfile SVTAV1 $LATEST
# bump: svtav1 link "Release notes" https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v$LATEST
ARG SVTAV1_VERSION=2.2.1
ARG SVTAV1_VERSION=2.3.0
ARG SVTAV1_URL="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v$SVTAV1_VERSION/SVT-AV1-v$SVTAV1_VERSION.tar.bz2"
ARG SVTAV1_SHA256=3fd002b88816506f84b6d624659be5cbadb4cdf5a11258a5cbc6bfc488c82d01
ARG SVTAV1_SHA256=f65358499f572a47d6b076dda73681a8162b02c0b619a551bc2d62ead8ee719a
RUN \
wget $WGET_OPTS -O svtav1.tar.bz2 "$SVTAV1_URL" && \
echo "$SVTAV1_SHA256 svtav1.tar.bz2" | sha256sum -c - && \
Expand Down

0 comments on commit 7dd4844

Please sign in to comment.