From 383fba198e4359344ba2d0a6efcd750ba6f486e1 Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 2 Jul 2025 16:29:20 -0400 Subject: [PATCH] jq: bump to v1.8.1 Simple bump to new release Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia --- utils/jq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/jq/Makefile b/utils/jq/Makefile index be7f68816e..5ac4a30dc5 100644 --- a/utils/jq/Makefile +++ b/utils/jq/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jq -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.8.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/jqlang/jq/releases/download/$(PKG_NAME)-$(PKG_VERSION) -PKG_HASH:=91811577f91d9a6195ff50c2bffec9b72c8429dc05ec3ea022fd95c06d2b319c +PKG_HASH:=2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0 PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=MIT