From: Tianling Shen Date: Mon, 20 Mar 2023 07:25:35 +0000 (+0800) Subject: yq: Update to 4.32.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=05262f346a8a4b8582994bcb70f30fb605df2869;p=feed%2Fpackages.git yq: Update to 4.32.2 Signed-off-by: Tianling Shen (cherry picked from commit 65dc683efe329a13afdc632150f886b88d7f5edf) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 78f71a0563..67005c08e4 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.31.2 +PKG_VERSION:=4.32.2 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:=82d5ef2ab01bc5065e7efe671d92fb82e53f41dc67b04cab6c3b22fd144bd009 +PKG_HASH:=769b77a01fe8c389b17b3a5eb606a395540eb7ccdc533e2db2542baeceefcbc9 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT