From: Tianling Shen Date: Wed, 14 Feb 2024 04:51:13 +0000 (+0800) Subject: yq: Update to 4.40.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=aec476691327417dd1b5576fad1600ae53b03697;p=openwrt-packages.git yq: Update to 4.40.7 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index b4283c09b..cddf44c8f 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.40.5 +PKG_VERSION:=4.40.7 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:=6ab08e0332697cf6a95383a38fd70c5162d00c0e28ea4b2311e9646b664aabe3 +PKG_HASH:=c38024d40ee37d26caba1824965d9ea1d65468f48b2bacd45647ff4f547fa59f PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT