development/github-cli: Updated for version 2.35.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a679bd2e68
commit
089b1ddf7a
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue