Skip to content

Commit 452c3ae

Browse files
authored
Merge pull request #613 from wader/bump-libvpx-1.15.1
Update libvpx to 1.15.1 from 1.15.0
2 parents fb1e0ce + 45b3b2a commit 452c3ae

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
@@ -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
822822
ARG VPX_URL="https://github.com/webmproject/libvpx/archive/v$VPX_VERSION.tar.gz"
823-
ARG VPX_SHA256=e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e
823+
ARG VPX_SHA256=6cba661b22a552bad729bd2b52df5f0d57d14b9789219d46d38f73c821d3a990
824824
RUN \
825825
wget $WGET_OPTS -O libvpx.tar.gz "$VPX_URL" && \
826826
echo "$VPX_SHA256 libvpx.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)