Browse Source
development/github-cli: Updated for version 2.23.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Ebben Aries
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
development/github-cli/github-cli.SlackBuild
-
development/github-cli/github-cli.info
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=github-cli |
|
|
|
DEBNAM=gh |
|
|
|
VERSION=${VERSION:-2.22.1} |
|
|
|
VERSION=${VERSION:-2.23.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="github-cli" |
|
|
|
VERSION="2.22.1" |
|
|
|
VERSION="2.23.0" |
|
|
|
HOMEPAGE="https://cli.github.com/" |
|
|
|
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" |
|
|
|
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_386.deb" |
|
|
|
MD5SUM="69096f174028ee03f3577a5712bfc193" |
|
|
|
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_amd64.deb" |
|
|
|
MD5SUM_x86_64="45747941f47ce9b99fd6cecaf148736a" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Ebben Aries" |
|
|
|
EMAIL="slackbuilds@dscp.org" |