Skip to content

Commit

Permalink
package/jq: bump version to a17dd32
Browse files Browse the repository at this point in the history
Bump jq package to latest to fix seg fault errors reported at
jqlang/jq#2003

Signed-off-by: Lyle Franklin <lylejfranklin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c947941)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
ljfranklin authored and jacmet committed Jul 21, 2020
1 parent 622fa01 commit 3b482ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/jq/jq.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 3002cf80d871728562989b4a47d90a7301fe049a4e1d69836b99108f198dac06 jq-a97638713ad30653d424f136018098c4b0e5c71b.tar.gz
sha256 20249104d4df2247253df6df4a980b8be1f5232f03fef7cd41bacb7e6eab04fd jq-a17dd3248a666d01be75f6b16be37e80e20b0954.tar.gz
sha256 111136aebcbfa68b6b0084e582b30e981da76adcff84eab6f9be32a1f38c5bf1 COPYING
2 changes: 1 addition & 1 deletion package/jq/jq.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

JQ_VERSION = a97638713ad30653d424f136018098c4b0e5c71b
JQ_VERSION = a17dd3248a666d01be75f6b16be37e80e20b0954
JQ_SITE = $(call github,stedolan,jq,$(JQ_VERSION))
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
JQ_LICENSE_FILES = COPYING
Expand Down

0 comments on commit 3b482ea

Please sign in to comment.