From: Florian Fainelli Date: Fri, 28 Nov 2008 17:14:26 +0000 (+0000) Subject: Update argtables to 2.9 (#3580) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=90c117de73fb61ca40c3703f0dbb50ef87f735e6;hp=fe7db14b2916a129d48821df2ead4e6c405e1558 Update argtables to 2.9 (#3580) SVN-Revision: 13405 --- diff --git a/libs/argtable/Makefile b/libs/argtable/Makefile index a6fc0b7d61..e8a3c39642 100644 --- a/libs/argtable/Makefile +++ b/libs/argtable/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=argtable -PKG_VERSION:=2.7 +PKG_VERSION:=2.9 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)2-7.tar.gz -PKG_SOURCE_URL:=@SF/argtable -PKG_MD5SUM:=a84130293aab3bc09631cbee717ede93 +PKG_SOURCE:=$(PKG_NAME)2-9.tar.gz +PKG_SOURCE_URL:=@SF/argtable/ +PKG_MD5SUM:=a7fcddef768db0ae66534ec4c4a51dee -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-7 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-9 include $(INCLUDE_DIR)/package.mk