From: Rosen Penev Date: Thu, 9 Jan 2020 20:32:16 +0000 (-0800) Subject: ahcpd: Replace PKG_MD5SUM with PKG_HASH (#522) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba199245ecd9767eeac2b162b2a10eae7940b0db;p=feed%2Frouting.git 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 --- 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