projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f4c0d
)
ahcpd: Replace PKG_MD5SUM with PKG_HASH (#522)
author
Rosen Penev
<rosenp@gmail.com>
Thu, 9 Jan 2020 20:32:16 +0000
(12:32 -0800)
committer
Moritz Warning
<moritzwarning@web.de>
Thu, 9 Jan 2020 20:32:16 +0000
(21:32 +0100)
PKG_MD5SUM is deprecated and does not accurately represent the SHA256 hash.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
ahcpd/Makefile
patch
|
blob
|
history
diff --git
a/ahcpd/Makefile
b/ahcpd/Makefile
index 043c60997fcb86475c3c9dc567d28fd21f3dbd9b..6c69c94f8b311fd91e08f2e3b557f1855c395195 100644
(file)
--- 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