From: Tianling Shen Date: Mon, 2 Oct 2023 13:30:26 +0000 (+0800) Subject: yq: Update to 4.35.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b46ff1fd8a877afc0f36cf7df5b9aae9d15fdb95;p=openwrt-packages.git yq: Update to 4.35.2 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 600581050..6400b4807 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