development/github-cli: Updated for version 2.47.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-04-04 10:52:07 -06:00 committed by Willy Sudiarto Raharjo
parent 0fb6a78466
commit ad51522ea7
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.46.0}
VERSION=${VERSION:-2.47.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.46.0"
VERSION="2.47.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_386.deb"
MD5SUM="24679f2985cadb23390129f2e36bad4c"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_amd64.deb"
MD5SUM_x86_64="f034055750d78f5a9d7beb649bb9a41b"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_linux_386.deb"
MD5SUM="a179d4031817b2398e63516db80da9f0"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_linux_amd64.deb"
MD5SUM_x86_64="505a271ac1938a7c7e9a7030f03b40bc"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"