development/github-cli: Updated for version 2.21.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-12-25 16:01:53 -07:00 committed by Willy Sudiarto Raharjo
parent 35479cbec2
commit 5186cbb56f
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.20.2}
VERSION=${VERSION:-2.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.20.2"
VERSION="2.21.1"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_386.deb"
MD5SUM="3d30880344fa61ce7e8ed6ac7df02f2b"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_amd64.deb"
MD5SUM_x86_64="4575dfa8e79b5d863c739befa2473bb1"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_386.deb"
MD5SUM="716546c9a2abb4199dc4830659a6d638"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_amd64.deb"
MD5SUM_x86_64="0558c75630046350fef94868ac85e212"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"