From: Felix Fietkau Date: Mon, 14 May 2012 20:58:06 +0000 (+0000) Subject: libubox: update to latest version, adds a new function in jshn.sh X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=235a08422d28e06bc7528b73937be107690cbfe6 libubox: update to latest version, adds a new function in jshn.sh SVN-Revision: 31721 --- diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 93993e8057..4c6db4df68 100644 --- a/package/libubox/Makefile +++ b/package/libubox/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2011-11-17 +PKG_VERSION:=2012-05-14 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:=f565a7af429bd2d5fa4db9196724bee42d1f597b +PKG_SOURCE_VERSION:=97ed91fa77e3e2926bab3e70955a0e2b511db86e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=ce8163174091ee4d0f3de510a38f53bb +PKG_MIRROR_MD5SUM:=f42a5e5c96ce19694dd2ab6d9ba03578 CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk