From: Tianling Shen Date: Mon, 19 Jul 2021 14:14:58 +0000 (+0800) Subject: yq: Update to 4.11.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a5f657ecf791faca53ab85393a8fc0ddc4de8683;p=openwrt-packages.git yq: Update to 4.11.0 Signed-off-by: Tianling Shen --- diff --git a/utils/yq/Makefile b/utils/yq/Makefile index ab2fbea19..067fa888b 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.9.8 +PKG_VERSION:=4.11.0 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:=a7b68382ea04da47c1ef0486140f093ee4578525a89f33c3ba457d424e316cc2 +PKG_HASH:=0201719fcdce5e98f7620e854825fb3e81d16abf6108df424dcb00de33b26c21 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT