From fdd16fefaba5da64361f18c81143a1aa107b02b6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 18 Jul 2022 11:42:39 +0800 Subject: [PATCH] yq: Update to 4.26.1 Signed-off-by: Tianling Shen (cherry picked from commit 4df4b8eae7f65960ca18c364b37f089b018a8dce) --- utils/yq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/yq/Makefile b/utils/yq/Makefile index bc41363d7..14ef62866 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.25.3 +PKG_VERSION:=4.26.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=30309ae4efbe8b4f0a26e3c878bac72288faa0ba54f544c7fecdb3e0373966eb +PKG_HASH:=aa280a6facafc8fc5d0f3b5926a0f990ed16520dec8cb18f33752dbf6b8dc998 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT