development/github-cli: Updated for version 2.51.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-06-15 09:39:02 -06:00 committed by Willy Sudiarto Raharjo
parent 459b549fd8
commit f8d58dcb3d
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.50.0}
VERSION=${VERSION:-2.51.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.50.0"
VERSION="2.51.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_linux_386.deb"
MD5SUM="63d018ebd6823d99a823281345294e8f"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_linux_amd64.deb"
MD5SUM_x86_64="40f6bf9fedccc35333df607545ee77b8"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_linux_386.deb"
MD5SUM="bf8af013d47d21abe0f935ed6d56922b"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_linux_amd64.deb"
MD5SUM_x86_64="627063c8d7858434386a92ac7267be43"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"