From: Tianling Shen Date: Sat, 8 Oct 2022 06:25:38 +0000 (+0800) Subject: yq: Update to 4.28.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bda5d8e3b3dfc2044646bed3ace02db094b6bc31;p=feed%2Fpackages.git yq: Update to 4.28.1 Signed-off-by: Tianling Shen (cherry picked from commit 40f0e263bf63068ff8c4e1adeaf4e807498d95f5) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index ed73a0ace9..497effae62 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.27.5 +PKG_VERSION:=4.28.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:=0b9ed8759c53534978a661786845eb3c6ec425aee15bab4742d1bead73e28150 +PKG_HASH:=fde7e2d1d79c927f0d36a4d2b5fadff516db8285d88363cf7af34239512c084d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT