development/github-cli: Updated for version 2.14.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-07-27 08:12:39 -07:00 committed by Willy Sudiarto Raharjo
parent b687d3c68b
commit ec4e1541ae
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=github-cli
DEBNAM=gh
VERSION=${VERSION:-2.14.2}
VERSION=${VERSION:-2.14.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.14.2"
VERSION="2.14.3"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_386.deb"
MD5SUM="652096077aa3b672c445ce3f57226081"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_amd64.deb"
MD5SUM_x86_64="b299fb8849aee83e6084d80321fcc060"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_386.deb"
MD5SUM="8690373f30b1500846197ea2fad04c73"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_amd64.deb"
MD5SUM_x86_64="a2ba9fe6bf63b75605974e03d5431949"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"