mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/github-cli: Updated for version 2.17.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
3c3375b80c
commit
15a75193e4
2 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=github-cli
|
PRGNAM=github-cli
|
||||||
DEBNAM=gh
|
DEBNAM=gh
|
||||||
VERSION=${VERSION:-2.16.1}
|
VERSION=${VERSION:-2.17.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="github-cli"
|
PRGNAM="github-cli"
|
||||||
VERSION="2.16.1"
|
VERSION="2.17.0"
|
||||||
HOMEPAGE="https://cli.github.com/"
|
HOMEPAGE="https://cli.github.com/"
|
||||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_386.deb"
|
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_386.deb"
|
||||||
MD5SUM="09c9f4eff670080ffea6ea2064a56c40"
|
MD5SUM="d38f0153fc2c34c87d04f75211415a4b"
|
||||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_amd64.deb"
|
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.deb"
|
||||||
MD5SUM_x86_64="227c032241070c30ac6e3fb05c8c8c3e"
|
MD5SUM_x86_64="44d7012583ad0b22a21c0f9b4ed8e177"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Ebben Aries"
|
MAINTAINER="Ebben Aries"
|
||||||
EMAIL="slackbuilds@dscp.org"
|
EMAIL="slackbuilds@dscp.org"
|
||||||
|
|
Loading…
Reference in a new issue