libubox: update to latest version, fixes issues with using the library from C++ code
[openwrt/openwrt.git] / package / libubox / Makefile
index 7ae0fdd7dd464fe478c9f4c125c041f37b04cd91..83abacc025cc01a9fbd0759b160e743b3c582262 100644 (file)
@@ -1,15 +1,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libubox
-PKG_VERSION:=2011-10-06
+PKG_VERSION:=2011-10-27
 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:=51711be6251be4ae5e53f9369ae04598b06df0e7
+PKG_SOURCE_VERSION:=fc20c7a0314afa07f4f873f1a2f1f0095bf8e519
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=b8c0835ad2d5ebc4954db4667e60d960
+PKG_MIRROR_MD5SUM:=b942331d2161cb57926619ccfe96613a
 CMAKE_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk