aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@project-openwrt.eu.org>2021-01-09 01:03:08 +0800
committerTianling Shen <cnsztl@project-openwrt.eu.org>2021-01-09 01:10:30 +0800
commitba9eca0c3169504483581079b2d813153698aaad (patch)
treee324f55f3c9f3479e8fa34a448e0702350e1213e
parent62726a6ea023157dffbf65dbe7e007ff1a105f0c (diff)
yq: Update to 4.2.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
-rw-r--r--utils/yq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/yq/Makefile b/utils/yq/Makefile
index 2a6b6c376..cca40df83 100644
--- a/utils/yq/Makefile
+++ b/utils/yq/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yq
-PKG_VERSION:=4.2.0
+PKG_VERSION:=4.2.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:=19a75856c35cf99d7547faa5d00144b7a0d9e03ef04d10a20cd739dd8280ea7d
+PKG_HASH:=83d0bc17078552084eeeebd7c505add331baa89ffde2253119340d22f3b80685
PKG_MAINTAINER:=Tianling Shen <cnsztl@project-openwrt.eu.org>
PKG_LICENSE:=MIT
@@ -17,6 +17,7 @@ PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
GO_PKG:=github.com/mikefarah/yq
+GO_PKG_LDFLAGS:=-s -w
include $(INCLUDE_DIR)/package.mk
include ../../lang/golang/golang-package.mk