aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libubox/Makefile')
-rw-r--r--package/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 7ae0fdd7dd..83abacc025 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -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