diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 12:35:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 12:35:41 +0000 |
commit | e79506709f033efc970e5c12367bdd4cd2d83d44 (patch) | |
tree | f43b3b6f4b72b52e78bd4daad374f2d9771a4deb /package/libs/libubox | |
parent | 11c588bc9614acef0537ec430be40af25c4ed9d5 (diff) | |
download | upstream-e79506709f033efc970e5c12367bdd4cd2d83d44.tar.gz upstream-e79506709f033efc970e5c12367bdd4cd2d83d44.tar.bz2 upstream-e79506709f033efc970e5c12367bdd4cd2d83d44.zip |
libubox: update to the latest version, adds a base64 implementation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45641
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 a8e3058406..b9d77b45a1 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2015-03-22 +PKG_VERSION:=2015-05-08 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:=b8d9b382e39823850331edc2a92379173daf1be3 +PKG_SOURCE_VERSION:=a8e70c6d361967a23977417fb7d6cf56234f8b81 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |