[packages] httping: update to 1.4.4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22392 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-07-27 01:01:52 +00:00
parent 1c0984ed7d
commit b7c4b3ccf2
2 changed files with 3 additions and 3 deletions

View 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

View 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;