aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-18 13:09:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-18 13:09:58 +0000
commit6ef2d783729a2a14e56fed5c2f1aa0e669a0348c (patch)
tree69443663f5554d92c0f0e176bbf05ce4b1bc90ca /package/libubox
parentda2a64b78f45ea2bc2b238da726d889d0242e3ab (diff)
downloadupstream-6ef2d783729a2a14e56fed5c2f1aa0e669a0348c.tar.gz
upstream-6ef2d783729a2a14e56fed5c2f1aa0e669a0348c.tar.bz2
upstream-6ef2d783729a2a14e56fed5c2f1aa0e669a0348c.zip
libubox: update to latest version, as of trunk r34746
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 2fedd652a2..6ed9e2c10c 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-12-16.2
+PKG_VERSION:=2012-12-18
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:=079549666fb172e74869653dcaf7d26b738d94db
+PKG_SOURCE_VERSION:=4d0a00c82c77a9395c992841237e2c06c4606a5e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=276f6024b9d86c45ae8cc9a9a01ec92d
+PKG_MIRROR_MD5SUM:=e56ec05c389edbf74a40a2889fc23103
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2