diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-10-12 16:16:37 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-10-13 19:53:02 +0300 |
commit | 2f51a0188c36ed99b21d53fa9ddb123458b935e8 (patch) | |
tree | 7aaf4dba0493e2094106aed75aab54a2f5d3fec6 /utils/yq | |
parent | 147c401d195218f12822ee292c9d07fcf0d92758 (diff) |
yq: Update to 4.13.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'utils/yq')
-rw-r--r-- | utils/yq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/yq/Makefile b/utils/yq/Makefile index 6c2fb316d..0641b3a8d 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.13.3 +PKG_VERSION:=4.13.4 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:=4b1f9e204375abf7c3d6c9f66d0c2bf5a64d00f6fdc8b2828168394431a1a2f7 +PKG_HASH:=5d18ce2b2877a42a9765fceb7617f5aae3e0bc4e9f44c3048f9c9928a19bf965 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |