From: Tianling Shen Date: Thu, 31 Jul 2025 05:59:39 +0000 (+0800) Subject: yq: Update to 4.47.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7319072d16dc995bf58095d219f8de188f2e5e98;p=feed%2Fpackages.git yq: Update to 4.47.1 Release note: https://github.com/mikefarah/yq/releases/tag/v4.47.1 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index e9004c4a82..21e3cdcabe 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.46.1 +PKG_VERSION:=4.47.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=4388aafca667988044c9517cd981dcbeb072916853c3ebd681c12a5038e7eb12 +PKG_HASH:=48ef09b9ffdb80f26ee516fa2fc83f713c1b49f503cedef79a96435509d456af PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT