From ba199245ecd9767eeac2b162b2a10eae7940b0db Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 9 Jan 2020 12:32:16 -0800 Subject: [PATCH] ahcpd: Replace PKG_MD5SUM with PKG_HASH (#522) PKG_MD5SUM is deprecated and does not accurately represent the SHA256 hash. Signed-off-by: Rosen Penev --- ahcpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahcpd/Makefile b/ahcpd/Makefile index 043c609..6c69c94 100644 --- a/ahcpd/Makefile +++ b/ahcpd/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ -PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a +PKG_HASH:=a1a610bf20965aa522cd766bf3d5829a PKG_LICENSE:=MIT