aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-28 02:55:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-28 02:55:50 +0000
commit4ba2f1496da71e618258a43a2998cb9d37716ad4 (patch)
treef3f134bd936564d440a691f70025501bdb97554f /package/libubox
parent672c216c6335e8872e6694be926843d5f3457e33 (diff)
downloadupstream-4ba2f1496da71e618258a43a2998cb9d37716ad4.tar.gz
upstream-4ba2f1496da71e618258a43a2998cb9d37716ad4.tar.bz2
upstream-4ba2f1496da71e618258a43a2998cb9d37716ad4.zip
libubox: update to 2012-05-26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index f3393760f0..a0d7529698 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -1,15 +1,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-05-17
+PKG_VERSION:=2012-05-26
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:=94ff2a0abb2938dc84cc46e513f0d039cacbe40a
+PKG_SOURCE_VERSION:=4956848aa9bae73015cd7d5cc52d169ff3d2bcb4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=9738c0d4737a2a2416579e46ec3e6b81
CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.mk