diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-20 01:22:06 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-12-31 18:11:29 -0800 |
commit | 7f6ec59a66637efae1e12dc3539e6311ba59028d (patch) | |
tree | 16bc9bcc44f7fc877f532ad22f88d6d06a5f2e45 /libs/libvpx | |
parent | 77844c85e58402304e1d51338a85801448f97aca (diff) |
libvpx: update hash
Hash was wrong.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libvpx')
-rw-r--r-- | libs/libvpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 7c0d70171..10605c402 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx -PKG_MIRROR_HASH:=51e871a928fe98f14fd08285cb9b64c0d540b36b630ee7d47bc464e909366db7 +PKG_MIRROR_HASH:=0449675ee4f9984b32d7e415fd06fcc210135748eae1a2128f8a91832155dbcb PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com> |