diff options
author | François Goudal <francois.goudal@airmont.com> | 2021-08-18 23:01:23 +0200 |
---|---|---|
committer | François Goudal <francois.goudal@airmont.com> | 2021-08-23 11:15:44 +0200 |
commit | dca61c0261f8627814ff56cc8dcc5387de3860fd (patch) | |
tree | 09c1176cb23ebbb4a9d283a1a7f27b02a6840d11 /utils/jq/Makefile | |
parent | 4952a624f21c64fac8b589758759bd960018d87f (diff) |
jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
Signed-off-by: François Goudal <francois.goudal@airmont.com>
Diffstat (limited to 'utils/jq/Makefile')
-rw-r--r-- | utils/jq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jq/Makefile b/utils/jq/Makefile index d5ffdd091..402e9983c 100644 --- a/utils/jq/Makefile +++ b/utils/jq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jq PKG_VERSION:=1.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |