aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-29 23:06:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-29 23:06:20 +0000
commit00b1066a0c13ebd737a3b683a28cca4370e58a54 (patch)
treed53e60890e5e856bb143ee4a64ba732832cf74f7 /package/libs
parentee9636ff5b0cda7c0927d5677d6c466677c167c7 (diff)
downloadmaster-187ad058-00b1066a0c13ebd737a3b683a28cca4370e58a54.tar.gz
master-187ad058-00b1066a0c13ebd737a3b683a28cca4370e58a54.tar.bz2
master-187ad058-00b1066a0c13ebd737a3b683a28cca4370e58a54.zip
libubox: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34005 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index c98cefbf82..ba0d6b8fea 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-07-08
+PKG_VERSION:=2012-10-29
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:=cca2ed6c8cdb3555fea43ff63ba1c9905dd7a164
+PKG_SOURCE_VERSION:=a9b44ebe556c3f60de2fc1154d48a26f43aa15b7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=dfd44c10b4aeccbdab9ae22774fb02e3
+PKG_MIRROR_MD5SUM:=bb8401a9a747f5841780d1ca47661008
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2