diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-16 00:19:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-16 00:19:54 +0000 |
commit | 5bd5c3282b31f2a19907a32fae06a5c05420bcba (patch) | |
tree | 8e682850745693b20b4835eb452e62175872f519 /package/libs | |
parent | 6665bbb1a06227c111c04119a0f9a2d2afbeca28 (diff) | |
download | master-31e0f0ae-5bd5c3282b31f2a19907a32fae06a5c05420bcba.tar.gz master-31e0f0ae-5bd5c3282b31f2a19907a32fae06a5c05420bcba.tar.bz2 master-31e0f0ae-5bd5c3282b31f2a19907a32fae06a5c05420bcba.zip |
libubox: update to the latest version, adds lua/ustream fixes and extends usock
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48255
Diffstat (limited to 'package/libs')
-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 aac7474c06..a7ef8c3508 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2015-11-08 +PKG_VERSION:=2016-01-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=10429bccd0dc5d204635e110a7a8fae7b80d16cb +PKG_SOURCE_VERSION:=bc7e2772763929a8932c9ec1fc676bee9989f0ae PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |