diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-18 12:39:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-18 12:39:00 +0000 |
commit | 193b45229fd64c1bec5aece17b12efce35a7af49 (patch) | |
tree | fe3188a0ca5cfd107b5fca01a4d92b24a3cba439 /package/libs | |
parent | 67e1e9add65f06798685ce4650ce86bf3b651027 (diff) | |
download | upstream-193b45229fd64c1bec5aece17b12efce35a7af49.tar.gz upstream-193b45229fd64c1bec5aece17b12efce35a7af49.tar.bz2 upstream-193b45229fd64c1bec5aece17b12efce35a7af49.zip |
libubox: sync with trunk r47418
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-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 83ea2f3b5f..6c1c755f9d 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-06-14 +PKG_VERSION:=2015-11-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:=d1c66ef1131d14f0ed197b368d03f71b964e45f8 +PKG_SOURCE_VERSION:=10429bccd0dc5d204635e110a7a8fae7b80d16cb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |