From: Tianling Shen Date: Fri, 24 May 2024 14:05:55 +0000 (+0800) Subject: yq: Update to 4.44.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=78d0e1662961145b03c88e7181aeb93b855c9142;p=feed%2Fpackages.git yq: Update to 4.44.1 Signed-off-by: Tianling Shen --- 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