Skip to content

Commit a0a43a0

Browse files
author
bump
committed
Update rav1e to 0.8.1 from 0.7.1
Release notes https://github.com/xiph/rav1e/releases/tag/v0.8.1
1 parent d700201 commit a0a43a0

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
@@ -536,9 +536,9 @@ RUN \
536536
# bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
537537
# bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
538538
# bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
539-
ARG RAV1E_VERSION=0.7.1
539+
ARG RAV1E_VERSION=0.8.1
540540
ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
541-
ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
541+
ARG RAV1E_SHA256=06d1523955fb6ed9cf9992eace772121067cca7e8926988a1ee16492febbe01e
542542
RUN \
543543
wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
544544
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)