From: Tianling Shen Date: Thu, 1 Jun 2023 07:59:28 +0000 (+0800) Subject: yq: Update to 4.34.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f791df68eaf0cd3b68a2c8163c8f408e991e4999;p=feed%2Fpackages.git yq: Update to 4.34.1 Signed-off-by: Tianling Shen (cherry picked from commit 2ecf76e27dbcc0a5d64db6d9b30269de56b2bd1e) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 4f5bfd3730..4e92a831df 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.33.2 +PKG_VERSION:=4.34.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:=eea0435bef57a4523dbbe3680fafc321d821986a49a92af69b0c637a428d454d +PKG_HASH:=69ff6f8bbb5f9eff5ccb537597740d24200db201b2709e442ae5effdbcb8ff9d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT