development/github-cli: Updated for version 2.33.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
edf736ee57
commit
5d1012be84
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=github-cli
|
||||
DEBNAM=gh
|
||||
VERSION=${VERSION:-2.32.1}
|
||||
VERSION=${VERSION:-2.33.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.32.1"
|
||||
VERSION="2.33.0"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_386.deb"
|
||||
MD5SUM="924340e106a569f352c6e080080bd081"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="8328c44861132c88628a8949f71264a5"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_386.deb"
|
||||
MD5SUM="977a96013b34e689fb73b0704bd2ba40"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="da3bad85d9c6db4f522db6bce1ecd0e6"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue