From 99d6d25bb5ce31f0a12d230b91c56b0097a7bb58 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 16 Jan 2023 16:26:41 +0800 Subject: [PATCH] yq: Update to 4.30.8 Signed-off-by: Tianling Shen --- utils/yq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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