diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-20 21:36:08 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-20 21:36:08 +0800 |
commit | 9c63068154a1d4ee22e9ae775546308f120b2ba2 (patch) | |
tree | 7d1a830bf272120df73fc8b1e3a22c8d9a434825 /utils/yq | |
parent | 93a102e21a8a80bf98957531c96ac06474ac089f (diff) |
yq: Update to 4.35.1
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 882387752..600581050 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.34.2 +PKG_VERSION:=4.35.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:=035b7e827eccc66907270ff7f0d35c7917d56ded4aff44f7b942fe4802b70d01 +PKG_HASH:=b3e079169529ec6b42925d0802c22d86f1ef6e1458dce67eae5a1d6db56cb8c3 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |