From: Felix Fietkau Date: Thu, 17 May 2012 12:35:52 +0000 (+0000) Subject: libubox: fix jshn handling of variables with numbers (fixes #11468) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d741311e75ccf6e2fdd2aecb0c7711752992e8fb libubox: fix jshn handling of variables with numbers (fixes #11468) SVN-Revision: 31767 --- diff --git a/package/libubox/Makefile b/package/libubox/Makefile index ae89e4d099..f3393760f0 100644 --- a/package/libubox/Makefile +++ b/package/libubox/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2012-05-16 +PKG_VERSION:=2012-05-17 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:=592f2dbd82c6cb9f85332c8056eed58374ac6dd0 +PKG_SOURCE_VERSION:=94ff2a0abb2938dc84cc46e513f0d039cacbe40a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=4f0a6b5bc37d6b765bf005d7ef259d18 +PKG_MIRROR_MD5SUM:=9738c0d4737a2a2416579e46ec3e6b81 CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk