libubox: update to latest version, fixes handling of numbers in jshn variables
SVN-Revision: 31747
This commit is contained in:
parent
5d817266e1
commit
ee8322c3c9
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libubox
|
||||
PKG_VERSION:=2012-05-14
|
||||
PKG_VERSION:=2012-05-16
|
||||
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:=97ed91fa77e3e2926bab3e70955a0e2b511db86e
|
||||
PKG_SOURCE_VERSION:=592f2dbd82c6cb9f85332c8056eed58374ac6dd0
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=f42a5e5c96ce19694dd2ab6d9ba03578
|
||||
PKG_MIRROR_MD5SUM:=4f0a6b5bc37d6b765bf005d7ef259d18
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in a new issue