system/yq: Updated for version 4.43.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1db33d4321
commit
6ed9a206c0
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue