Skip to content

Commit

Permalink
Merge pull request #387 from wader/bump-rav1e-0.7.1
Browse files Browse the repository at this point in the history
Update rav1e to 0.7.1 from 0.7.0
  • Loading branch information
wader authored Jan 10, 2024
2 parents 45373ff + c545fc8 commit 1d5dac3
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 @@ -386,9 +386,9 @@ RUN \
# bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
# bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
# bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
ARG RAV1E_VERSION=0.7.0
ARG RAV1E_VERSION=0.7.1
ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
ARG RAV1E_SHA256=dd6c4b771d985f547787383f5d77bc124ac406d574a308a897da9642410c1855
ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
RUN wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL"
RUN echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum --status -c -
RUN \
Expand Down

0 comments on commit 1d5dac3

Please sign in to comment.