File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -815,9 +815,9 @@ RUN \
815815# bump: libvpx after ./hashupdate Dockerfile VPX $LATEST
816816# bump: libvpx link "CHANGELOG" https://github.com/webmproject/libvpx/blob/master/CHANGELOG
817817# bump: libvpx link "Source diff $CURRENT..$LATEST" https://github.com/webmproject/libvpx/compare/v$CURRENT..v$LATEST
818- ARG VPX_VERSION=1.14.1
818+ ARG VPX_VERSION=1.15.0
819819ARG VPX_URL="https://github.com/webmproject/libvpx/archive/v$VPX_VERSION.tar.gz"
820- ARG VPX_SHA256=901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977
820+ ARG VPX_SHA256=e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e
821821RUN \
822822 wget $WGET_OPTS -O libvpx.tar.gz "$VPX_URL" && \
823823 echo "$VPX_SHA256 libvpx.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments