diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 20:10:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 20:10:07 +0000 |
commit | e4d207542e2e011f733f110b448f40dc3c67009d (patch) | |
tree | 15521ea0bce6645d1d931f00df91d6e63565320a /package/libs/libubox | |
parent | 061319ec3dfe9b6d14af1286a1d9979db56048d7 (diff) | |
download | upstream-e4d207542e2e011f733f110b448f40dc3c67009d.tar.gz upstream-e4d207542e2e011f733f110b448f40dc3c67009d.tar.bz2 upstream-e4d207542e2e011f733f110b448f40dc3c67009d.zip |
libubox: update to the latest version, adds some jshn optimizations
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43350
Diffstat (limited to 'package/libs/libubox')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 76a2fe936f..abef65cfb6 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2014-10-14 +PKG_VERSION:=2014-11-23 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=464e05e33b4c086be0bd932760a41ddcf9373187 +PKG_SOURCE_VERSION:=0bfb44f590402137bfcf8e65c54638908d5ed6d2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |