From: Gustavo Zacarias Date: Sun, 15 Feb 2015 15:02:19 +0000 (-0300) Subject: httping: bump to version 2.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0514d8f0426b0cc228e89cdf891532ba220faff2;p=buildroot.git httping: bump to version 2.4 Also add hash file. Signed-off-by: Gustavo Zacarias Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- diff --git a/package/httping/httping.hash b/package/httping/httping.hash new file mode 100644 index 0000000000..0368f75652 --- /dev/null +++ b/package/httping/httping.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 dab59f02b08bfbbc978c005bb16d2db6fe21e1fc841fde96af3d497ddfc82084 httping-2.4.tgz diff --git a/package/httping/httping.mk b/package/httping/httping.mk index e868463a8e..7e7609086e 100644 --- a/package/httping/httping.mk +++ b/package/httping/httping.mk @@ -4,7 +4,7 @@ # ################################################################################ -HTTPING_VERSION = 2.3.4 +HTTPING_VERSION = 2.4 HTTPING_SOURCE = httping-$(HTTPING_VERSION).tgz HTTPING_SITE = http://www.vanheusden.com/httping HTTPING_LICENSE = GPLv2