development/github-cli: Updated for version 2.55.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-08-21 09:42:46 -07:00 committed by Willy Sudiarto Raharjo
parent 6bc0c62a57
commit 8d53e432d1
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.54.0}
VERSION=${VERSION:-2.55.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.54.0"
VERSION="2.55.0"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_386.deb"
MD5SUM="c4b8766745f5d327af89bd6c67a1e0c3"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_amd64.deb"
MD5SUM_x86_64="24b96f5d5b9c30670cfcec62b861e1ae"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_386.deb"
MD5SUM="a277d80f4b369d984de42bb7b4d304a2"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_amd64.deb"
MD5SUM_x86_64="c592676353fc069f85986159989514cf"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"