development/github-cli: Updated for version 2.2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2021-10-25 18:18:17 -07:00 committed by Willy Sudiarto Raharjo
parent c5a9e024db
commit 503206ef67
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.1.0}
VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.1.0"
VERSION="2.2.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_linux_386.deb"
MD5SUM="e7e95a21925963297cb702fa8e9307e7"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_linux_amd64.deb"
MD5SUM_x86_64="d6ba1cd5fb9dba0f6f540e2eb3cdd1cf"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_linux_386.deb"
MD5SUM="cbf621ffb6c9d60882629e36cb05a9b0"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_linux_amd64.deb"
MD5SUM_x86_64="b09bcdd046fef15013d3d107a0300b8b"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"