development/github-cli: Updated for version 2.22.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-01-28 08:56:13 -07:00 committed by Willy Sudiarto Raharjo
parent 59ed2c4fc7
commit 35a54427c7
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.21.2}
VERSION=${VERSION:-2.22.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="2.21.2"
VERSION="2.22.1"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_386.deb"
MD5SUM="3dc40e26b37adb4f61902967c4990441"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.deb"
MD5SUM_x86_64="c8a9add30c6cbef0a3b360df31de7aa7"
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_386.deb"
MD5SUM="78228a9d3ff2245a361d4c9042dffb39"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_amd64.deb"
MD5SUM_x86_64="09e6860517d63c24e635b77b596626cf"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"