Skip to content
Snippets Groups Projects
Commit 07a29d21 authored by Tianling Shen's avatar Tianling Shen Committed by Nick Hainke
Browse files

yq: Update to 4.24.4


Updated GO_PKG due to upstream changes.

Signed-off-by: default avatarTianling Shen <cnsztl@immortalwrt.org>
parent 74bf9cc7
No related branches found
No related tags found
2 merge requests!39Merge openwrt v23.05.0-rc3,!38Merge openwrt v23.05.0-rc3
include $(TOPDIR)/rules.mk
PKG_NAME:=yq
PKG_VERSION:=4.24.2
PKG_VERSION:=4.24.4
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:=f85a01a3ed50c356d44e974224cf2be48039c73be65e9c8fe50d780fafa40f6d
PKG_HASH:=0c5de9845a0cbbf86ccfa74f9a97f27a5a68b5dce7f9aba7995623116b18ca02
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=MIT
......@@ -16,7 +16,8 @@ PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
GO_PKG:=github.com/mikefarah/yq
GO_PKG:=github.com/mikefarah/yq/v4
GO_PKG_LDFLAGS_X:=$(GO_PKG)/cmd.Version=$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include ../../lang/golang/golang-package.mk
......
#!/bin/sh
yq --version 2>&1 | grep "${2#*v}"
yq --version 2>&1 | grep "$PKG_VERSION"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment