system/yq: Updated for version 4.43.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Julian Grinblat 2024-03-25 05:14:12 +09:00 committed by Willy Sudiarto Raharjo
parent 1db33d4321
commit 6ed9a206c0
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.42.1}
VERSION=${VERSION:-4.43.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="yq"
VERSION="4.42.1"
VERSION="4.43.1"
HOMEPAGE="https://github.com/mikefarah/yq"
DOWNLOAD="https://github.com/mikefarah/yq/archive/refs/tags/v4.42.1/yq-4.42.1.tar.gz"
MD5SUM="5152d8408482c93abaac5a77c32efa60"
DOWNLOAD="https://github.com/mikefarah/yq/archive/refs/tags/v4.43.1/yq-4.43.1.tar.gz"
MD5SUM="ec908b9211767299b597991c0a284a5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"