mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/github-cli: Updated for version 2.31.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c71b5a8db
commit
6475edcd00
2 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=github-cli
|
||||
DEBNAM=gh
|
||||
VERSION=${VERSION:-2.30.0}
|
||||
VERSION=${VERSION:-2.31.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.30.0"
|
||||
VERSION="2.31.0"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_386.deb"
|
||||
MD5SUM="97f6badbe9a741502df2b5f77dcebda4"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="575e0261156d54b44ef18921ffaf99e8"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_386.deb"
|
||||
MD5SUM="a9e5c3e3d902bc7933dc5dc7c520cbbe"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="a5d3c1544e1b62c62421cb2f6dc1d26f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue