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 @@ -818,9 +818,9 @@ RUN \
818818# bump: libvpx after ./hashupdate Dockerfile VPX $LATEST
819819# bump: libvpx link "CHANGELOG" https://github.com/webmproject/libvpx/blob/master/CHANGELOG
820820# bump: libvpx link "Source diff $CURRENT..$LATEST" https://github.com/webmproject/libvpx/compare/v$CURRENT..v$LATEST
821- ARG VPX_VERSION=1.15.0
821+ ARG VPX_VERSION=1.15.1
822822ARG VPX_URL="https://github.com/webmproject/libvpx/archive/v$VPX_VERSION.tar.gz"
823- ARG VPX_SHA256=e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e
823+ ARG VPX_SHA256=6cba661b22a552bad729bd2b52df5f0d57d14b9789219d46d38f73c821d3a990
824824RUN \
825825 wget $WGET_OPTS -O libvpx.tar.gz "$VPX_URL" && \
826826 echo "$VPX_SHA256 libvpx.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments