system/yq: Updated for version 4.40.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Julian Grinblat 2023-12-04 15:50:14 +09:00 committed by Willy Sudiarto Raharjo
parent d3bf98c2e1
commit a7ebde490d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"