development/github-cli: Updated for version 2.18.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-10-23 10:37:07 -07:00 committed by Willy Sudiarto Raharjo
parent be18b21670
commit 6bd15e1e90
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.17.0}
VERSION=${VERSION:-2.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.17.0"
VERSION="2.18.1"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_386.deb"
MD5SUM="d38f0153fc2c34c87d04f75211415a4b"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.deb"
MD5SUM_x86_64="44d7012583ad0b22a21c0f9b4ed8e177"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_386.deb"
MD5SUM="d68f3828f4bb45f923216ed572c3d065"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.deb"
MD5SUM_x86_64="53cf6fa2e53777e7fd18b5d281674f6c"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"