From 40899bca79129ab7967e101fb1abe7bbf5c90442 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 2 Oct 2023 21:30:26 +0800 Subject: [PATCH] yq: Update to 4.35.2 Signed-off-by: Tianling Shen (cherry picked from commit b46ff1fd8a877afc0f36cf7df5b9aae9d15fdb95) --- utils/yq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 6005810505..6400b4807a 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.35.1 +PKG_VERSION:=4.35.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:=b3e079169529ec6b42925d0802c22d86f1ef6e1458dce67eae5a1d6db56cb8c3 +PKG_HASH:=8b17d710c56f764e9beff06d7a7b1c77d87c4ba4219ce4ce67e7ee29670f4f13 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT -- 2.30.2