diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-29 14:12:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-29 14:12:06 +0000 |
commit | 60103cdb5c13accb28cf19b1a63229c45b374327 (patch) | |
tree | 9d1a4a29d63978c3772d3cd69aaf8971a0ae4ab9 /package/libs/libubox/Makefile | |
parent | 744e205fc32a63f02437ccf00dd032fd42545558 (diff) |
libubox: update to latest version, adds minor improvements to jshn, blobmsg and uloop
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38578 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2ef029c5ca..75308c82b2 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2013-10-19 +PKG_VERSION:=2013-10-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=734d28eb1a46358743cf8837c91e5d46695c3b91 +PKG_SOURCE_VERSION:=b7e61837e7269a8eafca280f904ab4a4e1425840 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |