From: Tianling Shen Date: Tue, 21 Feb 2023 07:57:46 +0000 (+0800) Subject: yq: Update to 4.31.1 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b76bd94605c9c53b64935c78bba6ff98e2847e16;p=feed%2Fpackages.git yq: Update to 4.31.1 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index b386e94f08..51eb69e933 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.30.8 +PKG_VERSION:=4.31.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:=aaf6c9f37968970413b8a6daf0b313a86efd1b8e3e5959e527b50636508eb776 +PKG_HASH:=6481cd93fe9a773ea20f738a3340c88e691f3d073bc6d2fceee3f5b3867399fc PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT