[packages] httping: update to 1.4.4
authorStephen Walker <stephendwalker@gmail.com>
Tue, 27 Jul 2010 01:01:52 +0000 (01:01 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Tue, 27 Jul 2010 01:01:52 +0000 (01:01 +0000)
SVN-Revision: 22392

net/httping/Makefile
net/httping/patches/002-version.patch

index 0622fdcd42b0fde884e546a905bcb7c9fdaf5459..0a11935adfdaec809acf1eb37f18ce9111e7e06c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=httping
-PKG_VERSION:=1.4.3
+PKG_VERSION:=1.4.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=http://www.vanheusden.com/httping
-PKG_MD5SUM:=a3830a3e8fbfb702bb7510ac4f99d795
+PKG_MD5SUM:=e36bb30bd758c766d7260bdde6fe6450
 
 PKG_INSTALL:=1
 
index 7848c96d57b7440fc25ce3b18f6f3abec84189e0..ed5553bb91ff98f467ac3fba74ed77bfef5651a1 100644 (file)
@@ -4,7 +4,7 @@
  #include "utils.h"
  #include "error.h"
  
-+#define VERSION "1.4.3"
++#define VERSION "1.4.4"
 +
  static volatile int stop = 0;