From 78d0e1662961145b03c88e7181aeb93b855c9142 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 24 May 2024 22:05:55 +0800 Subject: [PATCH] yq: Update to 4.44.1 Signed-off-by: Tianling Shen --- utils/yq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 0c313dfc26..a1d5ad8cbe 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.43.1 +PKG_VERSION:=4.44.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:=e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63 +PKG_HASH:=e66da5ee0c081d7974bae6a59e4791ba354178ee32ea78ab1b95d4dd60b2813d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT -- 2.30.2