X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Flibs%2Flibubox%2FMakefile;h=97cac7bf5e8c8657a6bf9cf4c8aa1ec4438bf14f;hb=7eeb254cc49c4e9f837c980826ec112b9404f341;hp=fae4ed76a82f5a7d70d26fb8642a9b454223c72b;hpb=af116a5ec3029e8dc41a8668fb45cc572715d98e;p=openwrt%2Fopenwrt.git diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index fae4ed76a8..97cac7bf5e 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,21 +1,21 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2014-05-26 +PKG_VERSION:=2016-05-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git +PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=1344d20ec08e4fc1b6e4dd08fa7dda07f7b6c9bc +PKG_SOURCE_VERSION:=1257a38a6e64511207bb3b077ca7e8e1a3338fc1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 -PKG_LICENSE:=ISC BSD-3c +PKG_LICENSE:=ISC PKG_LICENSE_FILES:= -PKG_MAINTAINER:=Felix Fietkau +PKG_MAINTAINER:=Felix Fietkau PKG_BUILD_DEPENDS:=lua @@ -40,7 +40,7 @@ endef define Package/jshn SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libjson-c + DEPENDS:=+libjson-c +libubox +libblobmsg-json TITLE:=JSON SHell Notation endef