diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-02-26 16:22:26 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2024-02-26 16:22:26 +0800 |
commit | fa54dbc72a8aa25830b1c2e341876182ea19b455 (patch) | |
tree | 55bfb6d411ec893e0f26a310af1fb1a486507b72 /utils | |
parent | 120fc57d553ef76ce144fccec1426b7ce1bc4c73 (diff) |
yq: Update to 4.42.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'utils')
-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 9c81dae19..ecd938d26 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.41.1 +PKG_VERSION:=4.42.1 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:=25d61e72887f57510f88d1a30d515c7e2d79e7c6dce5c96aea7c069fcbc089e7 +PKG_HASH:=be31e5e828a0251721ea71964596832d4a40cbc21c8a8392a804bc8d1c55dd62 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |