diff options
-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 ffe7471971d9..69ebf44461d6 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 3b6909c8e2bd..fd1b9759da59 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" |