development/github-cli: Updated for version 2.33.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-08-21 21:52:24 -07:00 committed by Willy Sudiarto Raharjo
parent edf736ee57
commit 5d1012be84
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.32.1}
VERSION=${VERSION:-2.33.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -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"