From 0099bad30b22fe895223393bcc60f44b30fa86f9 Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Tue, 6 Nov 2018 16:55:47 +0100 Subject: utils: jq: bump version to 1.6 Signed-off-by: Marko Ratkaj --- utils/jq/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'utils/jq/Makefile') diff --git a/utils/jq/Makefile b/utils/jq/Makefile index 7a1fcb1e2..053063e33 100644 --- a/utils/jq/Makefile +++ b/utils/jq/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jq -PKG_VERSION:=1.5 -PKG_RELEASE:=2 +PKG_VERSION:=1.6 +PKG_RELEASE:=1 PKG_LICENSE:=BSD PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/stedolan/jq/releases/download/jq-$(PKG_VERSION)/ -PKG_HASH:=c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c +PKG_HASH:=9625784cf2e4fd9842f1d407681ce4878b5b0dcddbcd31c6135114a30c71e6a8 PKG_INSTALL:=1 @@ -26,6 +26,11 @@ endif TARGET_CFLAGS += -std=c99 +CONFIGURE_ARGS+= \ + --disable-docs \ + --disable-valgrind \ + --without-oniguruma + define Package/jq SECTION:=utils CATEGORY:=Utilities -- cgit v1.2.3