From: Stephen Walker Date: Tue, 27 Jul 2010 01:01:52 +0000 (+0000) Subject: [packages] httping: update to 1.4.4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=58c6d574a048670096379ab7751b53554a749f8a;p=openwrt%2Fsvn-archive%2Farchive.git [packages] httping: update to 1.4.4 SVN-Revision: 22392 --- diff --git a/net/httping/Makefile b/net/httping/Makefile index 0622fdcd42..0a11935adf 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -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 diff --git a/net/httping/patches/002-version.patch b/net/httping/patches/002-version.patch index 7848c96d57..ed5553bb91 100644 --- a/net/httping/patches/002-version.patch +++ b/net/httping/patches/002-version.patch @@ -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;