From: Tianling Shen Date: Mon, 31 Oct 2022 04:56:33 +0000 (+0800) Subject: yq: Update to 4.29.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1f2b96b7eb17fc990765ae5fd47fe0d99c07c88;p=feed%2Fpackages.git yq: Update to 4.29.2 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 497effae62..7cca84b80c 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.28.1 +PKG_VERSION:=4.29.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fde7e2d1d79c927f0d36a4d2b5fadff516db8285d88363cf7af34239512c084d +PKG_HASH:=4a349c7858793463555c12df698757265a3e46d6b107adac75fabc46d9591df6 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT