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 | 95c14f9ff0808c46b3944f4479a820cd4f0898b9 (patch) | |
tree | a0a84c2b4f1763a5ff13dfc2ab585b1093b4f06e /package/libs/libubox/Makefile | |
parent | 743b4dd6718e19ee9889dd2cf0baaa84e1e1c9aa (diff) | |
download | upstream-95c14f9ff0808c46b3944f4479a820cd4f0898b9.tar.gz upstream-95c14f9ff0808c46b3944f4479a820cd4f0898b9.tar.bz2 upstream-95c14f9ff0808c46b3944f4479a820cd4f0898b9.zip |
libubox: update to the latest version, adds a base64 implementation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox/Makefile')
-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 |