system/yq: Updated for version 4.40.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d3bf98c2e1
commit
a7ebde490d
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yq
|
||||
VERSION=${VERSION:-4.35.2}
|
||||
VERSION=${VERSION:-4.40.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yq"
|
||||
VERSION="4.35.2"
|
||||
VERSION="4.40.4"
|
||||
HOMEPAGE="https://github.com/mikefarah/yq"
|
||||
DOWNLOAD="https://github.com/mikefarah/yq/archive/refs/tags/v4.35.2/yq-4.35.2.tar.gz"
|
||||
MD5SUM="34903fafdd36d079dfeb11bec4aa1c8a"
|
||||
DOWNLOAD="https://github.com/mikefarah/yq/archive/refs/tags/v4.40.4/yq-4.40.4.tar.gz"
|
||||
MD5SUM="1b79bba7049de315e5de1e9c9c6534a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in New Issue