Skip to content

Commit 0ad48db

Browse files
authored
Merge pull request #577 from wader/bump-dav1d-1.5.1
Update dav1d to 1.5.1 from 1.5.0
2 parents 60fe8e2 + fdb1b8f commit 0ad48db

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
@@ -277,9 +277,9 @@ RUN \
277277
# bump: dav1d /DAV1D_VERSION=([\d.]+)/ https://code.videolan.org/videolan/dav1d.git|*
278278
# bump: dav1d after ./hashupdate Dockerfile DAV1D $LATEST
279279
# bump: dav1d link "Release notes" https://code.videolan.org/videolan/dav1d/-/tags/$LATEST
280-
ARG DAV1D_VERSION=1.5.0
280+
ARG DAV1D_VERSION=1.5.1
281281
ARG DAV1D_URL="https://code.videolan.org/videolan/dav1d/-/archive/$DAV1D_VERSION/dav1d-$DAV1D_VERSION.tar.gz"
282-
ARG DAV1D_SHA256=78b15d9954b513ea92d27f39362535ded2243e1b0924fde39f37a31ebed5f76b
282+
ARG DAV1D_SHA256=fa635e2bdb25147b1384007c83e15de44c589582bb3b9a53fc1579cb9d74b695
283283
RUN \
284284
wget $WGET_OPTS -O dav1d.tar.gz "$DAV1D_URL" && \
285285
echo "$DAV1D_SHA256 dav1d.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)