From: Tianling Shen Date: Wed, 10 Jun 2026 03:55:20 +0000 (+0800) Subject: yq: Update to 4.53.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b58f27d3207874d16a0cb03fcddfd5e075600b17;p=openwrt-packages.git yq: Update to 4.53.3 Notable changes: fixed nested inline YAML merge explode Release note: https://github.com/mikefarah/yq/releases/tag/v4.53.3 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 68e9f6b64..281d977b6 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.53.2 +PKG_VERSION:=4.53.3 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:=1bc19bb8b1029148afa3465a9383f6dcccb1ecce28a0af1d81f07c93396ce37d +PKG_HASH:=fadf86d0ae3988bb40fa8aad424d0c71658493f6377285e711c7e7e313b3b238 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT