diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-11-06 16:55:47 +0100 |
---|---|---|
committer | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-11-06 16:56:47 +0100 |
commit | 0099bad30b22fe895223393bcc60f44b30fa86f9 (patch) | |
tree | 257d3018feaa66a7f87529b06b778472612ac525 /utils/jq/Makefile | |
parent | 9753c21d5c73a2a53a866fd8ee706acdddf90d6d (diff) |
utils: jq: bump version to 1.6
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'utils/jq/Makefile')
-rw-r--r-- | utils/jq/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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 |