diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-09 00:52:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-09 00:52:45 +0000 |
commit | 7991b5ad660706234210d58a23f04f4213cfeeb3 (patch) | |
tree | 309ca1669ec7f1e10be1a1fe1426cad7b9110695 /package/libs/libubox/Makefile | |
parent | 5295e5fd3455394dd0e507140efc595b67b7e345 (diff) | |
download | upstream-7991b5ad660706234210d58a23f04f4213cfeeb3.tar.gz upstream-7991b5ad660706234210d58a23f04f4213cfeeb3.tar.bz2 upstream-7991b5ad660706234210d58a23f04f4213cfeeb3.zip |
libubox: update to the latest version, adds minor enhancements/fixes for uloop, blobmsg, kvlist and json_script
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40739
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index c063e6fa13..6dd0bbf39e 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2014-04-26 +PKG_VERSION:=2014-05-05 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=73a88451ddcc58ba1217dea22fee3eb5b20cf79b +PKG_SOURCE_VERSION:=f32a53f92b377fa92dbafd2ce3d2df93fffb314d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |