summaryrefslogtreecommitdiff
path: root/package/gatling/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
commit92d7f6522617c947d635680d045f12a4ef77bcb4 (patch)
treec20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /package/gatling/Makefile
parent6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff)
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.
Diffstat (limited to 'package/gatling/Makefile')
-rw-r--r--package/gatling/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/gatling/Makefile b/package/gatling/Makefile
index e4a87603e..894808f86 100644
--- a/package/gatling/Makefile
+++ b/package/gatling/Makefile
@@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gatling
PKG_VERSION:= 0.11
PKG_RELEASE:= 1
-PKG_MD5SUM:= a0fb49ccb6b910bdbd7e76a9960394e3
+PKG_HASH:= 9e1cb18612905b63755b0f463e6c5268789b3ab47db364bebe1ad077583e7571
PKG_DESCR:= small non-forking webserver
PKG_SECTION:= net/http
PKG_BUILDDEP:= libowfat
@@ -14,7 +14,9 @@ PKG_URL:= http://www.fefe.de/gatling/
PKG_SITES:= http://dl.fefe.de/
PKG_BUILDDEP_UCLIBC:= libiconv-tiny
-DISTFILES= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include ${ADK_TOPDIR}/mk/package.mk