development/github-cli: Updated for version 2.35.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-09-23 11:37:19 -06:00 committed by Willy Sudiarto Raharjo
parent a679bd2e68
commit 089b1ddf7a
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.34.0}
VERSION=${VERSION:-2.35.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.34.0"
VERSION="2.35.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_386.deb"
MD5SUM="a145b58ac1d953ae0486356552d927cd"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_amd64.deb"
MD5SUM_x86_64="81aa4fcfaa7b73ac5f79b210bf610951"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_386.deb"
MD5SUM="8970838baf63247d7aee0d4a6ed77583"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_amd64.deb"
MD5SUM_x86_64="aed0b4967de626e716544f0eb763cf58"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"