From: Tianling Shen Date: Mon, 28 Feb 2022 06:55:54 +0000 (+0800) Subject: yq: Update to 4.21.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8518b2d5d4f7925cf08376e59d798a5f41276fb7;p=feed%2Fpackages.git yq: Update to 4.21.1 Signed-off-by: Tianling Shen (cherry picked from commit 5529031602d26659eccb5072e30b0e1c4ea87cea) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 83628e2a1d..2b44339a0d 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.20.2 +PKG_VERSION:=4.21.1 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:=031c63dd98e564b9a74b842ffe8ae929085f1486f59a27d4feb7e118f40c8a1e +PKG_HASH:=27ba049e24a2f40db4010ad6574ce866fa1d43f4cb064de286e344e3c7911ef0 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT