From: Tianling Shen Date: Sun, 23 Jan 2022 09:49:01 +0000 (+0800) Subject: yq: Update to 4.17.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=029b37aad0e2a72f58c28aaa89cb3ca339be32d3;p=openwrt-packages.git yq: Update to 4.17.2 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index ca332f279..911848e37 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.16.2 +PKG_VERSION:=4.17.2 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:=beb0f292d8375cddb82d25f11f5c203073c1d3e2437807450ddcad31758be8aa +PKG_HASH:=a1bd57ef70e9a8457b977de006d2904fdceae462eb548e8a89de8f1b1b727369 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT