diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-09-21 02:36:46 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-09-21 02:36:46 +0800 |
commit | f97d8182b8cbfc89db70cf99052b924883136464 (patch) | |
tree | 7d8b05a2833aadcd43283c6eccc4e9e4ad162e0a /utils | |
parent | 0d844513716fe371d0f130281db0cf366ea7fc00 (diff) |
yq: Update to 4.13.2
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 f7603ef41..1d685c1e2 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.13.0 +PKG_VERSION:=4.13.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:=37c48c300f64c191f7b7e84d9002f6cba464c9437c79a367affe5b2d85f8fd3b +PKG_HASH:=7a7275b9c67cfcb9de9dd94496510861319590f82fa42340777ab92999e6adb9 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |