diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-20 18:21:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-20 18:21:59 +0000 |
commit | b0a70151a8c2438cf976cc399a5f7cbe98e1de3f (patch) | |
tree | 3afdc846d16368965f125b7f53493d17d5b2b3cb /package | |
parent | b7cff962180bc4da716491660c1ff0136ea38243 (diff) | |
download | upstream-b0a70151a8c2438cf976cc399a5f7cbe98e1de3f.tar.gz upstream-b0a70151a8c2438cf976cc399a5f7cbe98e1de3f.tar.bz2 upstream-b0a70151a8c2438cf976cc399a5f7cbe98e1de3f.zip |
libubox: update to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 6cbfc088c4..ac160bfb92 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-07-16 +PKG_VERSION:=2014-08-04 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:=bd388d2b6c2c151bf513c1e449417d18ce02d10b +PKG_SOURCE_VERSION:=dffbc09baf71b294185a36048166d00066d433b5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 @@ -40,7 +40,7 @@ endef define Package/jshn SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libjson-c + DEPENDS:=+libjson-c +libubox +libblobmsg-json TITLE:=JSON SHell Notation endef |