From 92d7f6522617c947d635680d045f12a4ef77bcb4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Dec 2014 07:51:34 +0100 Subject: convert checksum check to sha256 Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. --- package/libvpx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libvpx') diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile index 1c1bd4691..bcd9b07c1 100644 --- a/package/libvpx/Makefile +++ b/package/libvpx/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libvpx PKG_VERSION:= 1.3.0 PKG_RELEASE:= 3 -PKG_MD5SUM:= 14783a148872f2d08629ff7c694eb31f +PKG_HASH:= d3dcc8d84af51c6c382b214397c62402e37a799e8ebcda6f4217aef0010451a9 PKG_DESCR:= vp8/vp9 codec library PKG_SECTION:= libs/video PKG_URL:= http://www.webmproject.org/about/ -- cgit v1.2.3