Skip to content

Commit

Permalink
Merge pull request #466 from wader/bump-dav1d-1.4.3
Browse files Browse the repository at this point in the history
Update dav1d to 1.4.3 from 1.4.2
  • Loading branch information
wader authored Jun 12, 2024
2 parents 627a7e0 + a014319 commit 80fe2b4
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 @@ -275,9 +275,9 @@ RUN \
# bump: dav1d /DAV1D_VERSION=([\d.]+)/ https://code.videolan.org/videolan/dav1d.git|*
# bump: dav1d after ./hashupdate Dockerfile DAV1D $LATEST
# bump: dav1d link "Release notes" https://code.videolan.org/videolan/dav1d/-/tags/$LATEST
ARG DAV1D_VERSION=1.4.2
ARG DAV1D_VERSION=1.4.3
ARG DAV1D_URL="https://code.videolan.org/videolan/dav1d/-/archive/$DAV1D_VERSION/dav1d-$DAV1D_VERSION.tar.gz"
ARG DAV1D_SHA256=fdcf77c191eae67812f5e0f09a146bd8533f10f3f8018a861dca68ea735e73ae
ARG DAV1D_SHA256=88a023e58d955e0886faf49c72940e0e90914a948a8e60c1326ce3e09e7a6099
RUN \
wget $WGET_OPTS -O dav1d.tar.gz "$DAV1D_URL" && \
echo "$DAV1D_SHA256 dav1d.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit 80fe2b4

Please sign in to comment.