[packages] httping: update to 1.4.4
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jul 2010 01:01:52 +0000 (01:01 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Jul 2010 01:01:52 +0000 (01:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22392 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 0622fdc..0a11935 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 7848c96..ed5553b 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;