diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-05-30 21:11:52 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-30 17:20:40 -0700 |
commit | 31f9d48ff30315124f8e3733bac62b5846a23c24 (patch) | |
tree | ca9e1a06edf9699eeed738a946fe8a7a6ed80577 /utils/yq/Makefile | |
parent | 1ce63c3fd86a034996efd2750707d3211946cee2 (diff) |
yq: Update to 4.25.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'utils/yq/Makefile')
-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 8157190d7..810534c5c 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.25.1 +PKG_VERSION:=4.25.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:=2f0736f0650bef121e31332e1f52c67e9bd975ca651e1507a2e5e3744c10e766 +PKG_HASH:=2aa2d3e4e44a74bc8a2213f60620f69366a86bbc9f5deffcc15047eaa4cf9e19 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |