diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-10-30 15:41:05 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-30 01:05:34 -0700 |
commit | 06bb78cf4db6543c9d33b3066373837ffb9ee1dc (patch) | |
tree | dd7093700efcfdc7310cff65ce7cc7ea6ccdbea7 /utils/yq | |
parent | 2b67f2b178638db2194883fbb3573195be722466 (diff) |
yq: Update to 4.14.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 23605938a..aaeed90d2 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yq -PKG_VERSION:=4.13.5 +PKG_VERSION:=4.14.1 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:=c0d637e7d7d5f370960af713e0f7e769e1b0876f71a844373d0307cbba68c4b2 +PKG_HASH:=294300a8c182c3f8e1f537ad2feebb6d0651f61330f33504bdc502f48992bf84 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |