uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua binding problem
authorFelix Fietkau <nbd@openwrt.org>
Fri, 14 Nov 2008 17:01:37 +0000 (17:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 14 Nov 2008 17:01:37 +0000 (17:01 +0000)
SVN-Revision: 13203

package/uci/Makefile

index 526f87dbd80bc5563c92aec4db4a7f175ee734d2..3db7eef996b59ab0987ab574bd21721fc05aefe5 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 UCI_VERSION=0.6
-UCI_RELEASE=2
+UCI_RELEASE=4
 
 PKG_NAME:=uci
 PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
@@ -17,7 +17,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=00379a1da940eb6427c57e79c0d9605c
+PKG_MD5SUM:=5f67132f2c225e7a5c8bd814f2dff2a9
 
 include $(INCLUDE_DIR)/package.mk