development/github-cli: Updated for version 1.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dd92d92eca
commit
876512c193
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=github-cli
|
||||
DEBNAM=gh
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
VERSION=${VERSION:-1.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="1.12.0"
|
||||
VERSION="1.12.1"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v1.12.0/gh_1.12.0_linux_386.deb"
|
||||
MD5SUM="73eb5110c5449f0ac36d0d7cf3e7a573"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.12.0/gh_1.12.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="118d7e430596faeb90311e332dab5464"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v1.12.1/gh_1.12.1_linux_386.deb"
|
||||
MD5SUM="697d9154ecdf55090226c18d979f2908"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.12.1/gh_1.12.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="0fbcdbd35561ac627aaa82612c606d87"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue