mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/github-cli: Updated for version 2.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf7c91285e
commit
a6f66ef3f8
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.2.0}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_linux_386.deb"
|
||||
MD5SUM="cbf621ffb6c9d60882629e36cb05a9b0"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="b09bcdd046fef15013d3d107a0300b8b"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.3.0/gh_2.3.0_linux_386.deb"
|
||||
MD5SUM="5adf7f954f4c80741dfa9f265e478b5f"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.3.0/gh_2.3.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="3a743692d4f0b91335b6b146d97f5750"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue