From: Tianling Shen Date: Sun, 20 Mar 2022 17:36:02 +0000 (+0800) Subject: yq: Update to 4.23.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5eb1ab8a6dac2c48ad413f7985b6e5468f844cb6;p=feed%2Fpackages.git yq: Update to 4.23.1 Signed-off-by: Tianling Shen (cherry picked from commit 8d7b7fbfb46c59a1c64c3a060f4903911bae6a4f) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index bc7f9835ec..f08d9005c2 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.22.1 +PKG_VERSION:=4.23.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:=79b4f01774849323db7cc649a270ac4aaccacea2e97260b25f51a634670ecb6e +PKG_HASH:=f55ffb9c6d7926b06d5862eb6a9e9ea942ec2883286df8e2e3d6f0716cc36eed PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT