From: nbd Date: Sun, 16 Dec 2012 18:59:01 +0000 (+0000) Subject: libubox: another jshn update, fixes array handling issues X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=66a58621430764979ede473db9d159337914ab6d libubox: another jshn update, fixes array handling issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index a0717fe62d..2fedd652a2 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-12-16.1 +PKG_VERSION:=2012-12-16.2 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:=7bca5dd29dd39bf3a5ad3005dc408ac81bcb727b +PKG_SOURCE_VERSION:=079549666fb172e74869653dcaf7d26b738d94db PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=b2fc0f2fe81157030e32c3bcb8179111 +PKG_MIRROR_MD5SUM:=276f6024b9d86c45ae8cc9a9a01ec92d CMAKE_INSTALL:=1 PKG_LICENSE:=GPLv2