From: Tianling Shen Date: Mon, 16 Jan 2023 08:26:41 +0000 (+0800) Subject: yq: Update to 4.30.8 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=99d6d25bb5ce31f0a12d230b91c56b0097a7bb58;p=feed%2Fpackages.git yq: Update to 4.30.8 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 33cfb4066a..b386e94f08 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.30.7 +PKG_VERSION:=4.30.8 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:=84dff2f03ae34b84032a36e381440b78684a9eb5cf849789878da78e94fcd679 +PKG_HASH:=aaf6c9f37968970413b8a6daf0b313a86efd1b8e3e5959e527b50636508eb776 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT