diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-04 21:59:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-04 21:59:49 +0000 |
commit | 04caf0a56c8051e1cd2da5548bb871e7a4e114e5 (patch) | |
tree | 7d85a0e4383c9467b67ea28f46a437d2485e3d6d /package/uci | |
parent | c5c1f8f1c29a1d08a7e474d578f5ebb16336de4f (diff) | |
download | upstream-04caf0a56c8051e1cd2da5548bb871e7a4e114e5.tar.gz upstream-04caf0a56c8051e1cd2da5548bb871e7a4e114e5.tar.bz2 upstream-04caf0a56c8051e1cd2da5548bb871e7a4e114e5.zip |
upgrade uci 0.1.2, which accepts more characters in the section type validation
SVN-Revision: 10382
Diffstat (limited to 'package/uci')
-rw-r--r-- | package/uci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index cc73ccb81e..651215001c 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uci -PKG_VERSION:=0.1.1 +PKG_VERSION:=0.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=b26905c6fa0704e57944da33339f9216 +PKG_MD5SUM:=2c1bd1b24ca3c3e565b28122f2efd047 LIBVERSION=0.1 |