From: Tianling Shen Date: Sun, 20 Aug 2023 13:36:08 +0000 (+0800) Subject: yq: Update to 4.35.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9c63068154a1d4ee22e9ae775546308f120b2ba2;p=openwrt-packages.git yq: Update to 4.35.1 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 882387752..600581050 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.34.2 +PKG_VERSION:=4.35.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:=035b7e827eccc66907270ff7f0d35c7917d56ded4aff44f7b942fe4802b70d01 +PKG_HASH:=b3e079169529ec6b42925d0802c22d86f1ef6e1458dce67eae5a1d6db56cb8c3 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT