fix config_clear(), see #3054
[openwrt.git] / package / uci / Makefile
index 3214c20..453dd08 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 UCI_VERSION=0.4
-UCI_RELEASE=4
+UCI_RELEASE=6
 
 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:=1ce8e92e3aa023763e8f4da91a70563d
+PKG_MD5SUM:=c998478d3e7e5718c702bde95a3eed0a
 
 include $(INCLUDE_DIR)/package.mk
 
This page took 0.025676 seconds and 4 git commands to generate.