diff options
author | Ebben Aries <slackbuilds@dscp.org> | 2022-11-16 06:15:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:07 +0700 |
commit | c242483b5184361d1c6b5188e056975b0ca7ee97 (patch) | |
tree | 39ed292f877111449e9a3da525821d9ce99dbf68 /development/github-cli | |
parent | 5fb8109824ebb9bc4241b0f400e3fdc7a46f6c18 (diff) |
development/github-cli: Updated for version 2.20.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-cli')
-rw-r--r-- | development/github-cli/github-cli.SlackBuild | 2 | ||||
-rw-r--r-- | development/github-cli/github-cli.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/github-cli/github-cli.SlackBuild b/development/github-cli/github-cli.SlackBuild index ffe7471971d92..69ebf44461d6a 100644 --- a/development/github-cli/github-cli.SlackBuild +++ b/development/github-cli/github-cli.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-cli DEBNAM=gh -VERSION=${VERSION:-2.19.0} +VERSION=${VERSION:-2.20.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/github-cli/github-cli.info b/development/github-cli/github-cli.info index 3b6909c8e2bd8..fd1b9759da590 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.19.0" +VERSION="2.20.2" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_386.deb" -MD5SUM="6cb397463aa1dfe4dc4e53b4abc22c96" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_amd64.deb" -MD5SUM_x86_64="8c32860455a875afb4bdc20997062bf9" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_386.deb" +MD5SUM="3d30880344fa61ce7e8ed6ac7df02f2b" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_amd64.deb" +MD5SUM_x86_64="4575dfa8e79b5d863c739befa2473bb1" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |