From: Felix Fietkau Date: Tue, 11 Jun 2013 12:51:08 +0000 (+0000) Subject: uci: update to fix excessive reorder delta entry duplication (#13678) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ea00ec1d9e9da38eeb22eb68fa4528880a7770b3 uci: update to fix excessive reorder delta entry duplication (#13678) Signed-off-by: Felix Fietkau SVN-Revision: 36915 --- diff --git a/package/uci/Makefile b/package/uci/Makefile index 2dbd0eecd0..54ad80bda9 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2013-06-10 +UCI_VERSION=2013-06-11 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=9d8e1fe4857c1c3e8f1a2e2ae59ef9c4790adb39 +PKG_REV:=c9c9d5cb085acc58b6579ace83fb79c085a9db27 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git