diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 13:02:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 13:02:21 +0000 |
commit | e4b7360ec658e79f1324e642475abd39ffe0bb16 (patch) | |
tree | cf0c461cae29595b0959e87203dad0048b6d6e8a /package/libs/libubox | |
parent | 82e51044d86fe28a4bc3d755b054cccc4014d8db (diff) | |
download | upstream-e4b7360ec658e79f1324e642475abd39ffe0bb16.tar.gz upstream-e4b7360ec658e79f1324e642475abd39ffe0bb16.tar.bz2 upstream-e4b7360ec658e79f1324e642475abd39ffe0bb16.zip |
libubox: update to latest version, includes a small uloop fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37526
Diffstat (limited to 'package/libs/libubox')
-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 349afa9fe9..a318707b8d 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-07-04 +PKG_VERSION:=2013-07-24 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:=11e8afea0f7eb34f8c23a8e589ee659c46f3f8aa +PKG_SOURCE_VERSION:=510e4956e58727d68fbf7dea1646a344d6901c91 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |