Quote from the release page: "This is a patch release with security fixes and bug fixes since 1.8.1, along with new builds for Windows arm64 and Docker arm/v7."
Link: https://github.com/jqlang/jq/releases/tag/jq-1.8.2 Signed-off-by: Alexander Dahl <[email protected]> --- rules/jq.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/jq.make b/rules/jq.make index e7677052f..5cadc03a9 100644 --- a/rules/jq.make +++ b/rules/jq.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JQ) += jq # # Paths and names # -JQ_VERSION := 1.8.1 -JQ_SHA256 := 2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0 +JQ_VERSION := 1.8.2 +JQ_SHA256 := 71b8d6e8f5fe81f6c6d0d110e3892251f6ce76ed095abd315e26e6e1193af3af JQ := jq-$(JQ_VERSION) JQ_SUFFIX := tar.gz JQ_URL := https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX) -- 2.47.3
