aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-16 17:06:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-16 17:06:08 +0000
commitaca6f5a1e3cd585374495f6da4e31d4f0bf98346 (patch)
tree60e739bc2d26a63a77ea3271f36a47a48d7732f9 /package/libubox
parent26a2c8a1eea2858c3868e8a9c69e2bc6018439cc (diff)
downloadupstream-aca6f5a1e3cd585374495f6da4e31d4f0bf98346.tar.gz
upstream-aca6f5a1e3cd585374495f6da4e31d4f0bf98346.tar.bz2
upstream-aca6f5a1e3cd585374495f6da4e31d4f0bf98346.zip
libubox: fix some jshn variable handling regressions
Backport of r34720 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34721 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 8e3a7b2d33..a0717fe62d 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
+PKG_VERSION:=2012-12-16.1
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:=e16fa068a57318fff073da4a0f8f0535a97fe208
+PKG_SOURCE_VERSION:=7bca5dd29dd39bf3a5ad3005dc408ac81bcb727b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=fbf797a253418b265a6e60005e6915d9
+PKG_MIRROR_MD5SUM:=b2fc0f2fe81157030e32c3bcb8179111
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2