From: Tianling Shen Date: Wed, 20 Nov 2024 13:18:50 +0000 (+0800) Subject: yq: Update to 4.44.5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fheads%2Fopenwrt-24.10;p=feed%2Fpackages.git yq: Update to 4.44.5 Signed-off-by: Tianling Shen (cherry picked from commit 6945c7bb65d8f9e9eb42f53c3cd390c6cffc0aa5) --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 6526db04f8..2cef8c3b42 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.44.3 +PKG_VERSION:=4.44.5 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:=ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf +PKG_HASH:=1505367f4a6c0c4f3b91c6197ffed4112d29ef97c48d0b5e66530cfa851d3f0e PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT