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 | ce090e5a99741a2aa2156d084fbf95e1176fbd54 (patch) | |
tree | b9fae7f56512dda3eb9dfb272ff464e530e9899a /package/libs/libubox/Makefile | |
parent | e8460b617ed4e3d2579cee19123950d3be09ddb9 (diff) | |
download | upstream-ce090e5a99741a2aa2156d084fbf95e1176fbd54.tar.gz upstream-ce090e5a99741a2aa2156d084fbf95e1176fbd54.tar.bz2 upstream-ce090e5a99741a2aa2156d084fbf95e1176fbd54.zip |
libubox: update to latest version, includes a small uloop fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37526 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 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 |