development/github-cli: Updated for version 2.6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-03-16 16:10:35 -06:00 committed by Willy Sudiarto Raharjo
parent e6ed6f23e0
commit d40d23c01a
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.5.2}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.5.2"
VERSION="2.6.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_386.deb"
MD5SUM="78e16a5a55fab6efc88ce48c821f2b2d"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_amd64.deb"
MD5SUM_x86_64="d50dd80665c15d82e4c7eac6cc1a85ba"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_386.deb"
MD5SUM="fc35903077777d2e1b87ab297d72d36a"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_amd64.deb"
MD5SUM_x86_64="0444d0a1ec770ea84844206911a47663"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"