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 \
818
818
# bump: libvpx after ./hashupdate Dockerfile VPX $LATEST
819
819
# bump: libvpx link "CHANGELOG" https://github.com/webmproject/libvpx/blob/master/CHANGELOG
820
820
# bump: libvpx link "Source diff $CURRENT..$LATEST" https://github.com/webmproject/libvpx/compare/v$CURRENT..v$LATEST
821
- ARG VPX_VERSION=1.15.1
821
+ ARG VPX_VERSION=1.15.2
822
822
ARG VPX_URL="https://github.com/webmproject/libvpx/archive/v$VPX_VERSION.tar.gz"
823
- ARG VPX_SHA256=6cba661b22a552bad729bd2b52df5f0d57d14b9789219d46d38f73c821d3a990
823
+ ARG VPX_SHA256=26fcd3db88045dee380e581862a6ef106f49b74b6396ee95c2993a260b4636aa
824
824
RUN \
825
825
wget $WGET_OPTS -O libvpx.tar.gz "$VPX_URL" && \
826
826
echo "$VPX_SHA256 libvpx.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments