[Buildroot] [PATCH] httping: bump to version 2.4

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Feb 15 15:02:19 UTC 2015


Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/httping/httping.hash | 2 ++
 package/httping/httping.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/httping/httping.hash

diff --git a/package/httping/httping.hash b/package/httping/httping.hash
new file mode 100644
index 0000000..0368f75
--- /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 e868463..7e76090 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
-- 
2.0.5



More information about the buildroot mailing list