diff options
author | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-27 21:28:09 -0700 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-29 21:41:14 -0700 |
commit | 4006865ae81b20b1793ae2a07db20235fefd2c71 (patch) | |
tree | d09ca7c42f0ec1e48a10609e3e8b9a75ef214b64 /net/radsecproxy | |
parent | 5f95c0a2e3dd9b175097970833694de6c53b6bcc (diff) |
treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Diffstat (limited to 'net/radsecproxy')
-rw-r--r-- | net/radsecproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 7387e0320..2a37ad3b6 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/ -PKG_MD5SUM:=b868f7faf4887a10376d1bd96ef75368 +PKG_HASH:=9923203c3aaf17e31d5bc7a61b99e5a6aa0ef19a8397616f6ef9c0c41948f7d2 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=LICENSE |