aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-05 20:30:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-02-05 20:30:44 +0000
commitbb84ed507efff4ef0b921a7bdc06eb50ec7c23d6 (patch)
tree89844fbdb3004f7a515af426973120dda45664e0 /package/uci/Makefile
parentbbc3a023ca3a16262ccddb4590c0fc4bcac8b6d5 (diff)
downloadupstream-bb84ed507efff4ef0b921a7bdc06eb50ec7c23d6.tar.gz
upstream-bb84ed507efff4ef0b921a7bdc06eb50ec7c23d6.tar.bz2
upstream-bb84ed507efff4ef0b921a7bdc06eb50ec7c23d6.zip
update uci - fixes a bug in parse_uci_tuple
SVN-Revision: 10400
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r--package/uci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index fe2b473fb9..e16bd0ecb8 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.2
-UCI_RELEASE=3
+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:=83dbde5e364a38222b39c75e173c4225
+PKG_MD5SUM:=fb18e6b1b8bcafbec099a1783e4764ac
include $(INCLUDE_DIR)/package.mk