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 f3c12052ce034..c808b7783e6c9 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.5.2} +VERSION=${VERSION:-2.6.0} 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 d0d005fe7bbe5..d6ff426b2de3c 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.5.2" +VERSION="2.6.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_386.deb" -MD5SUM="78e16a5a55fab6efc88ce48c821f2b2d" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_amd64.deb" -MD5SUM_x86_64="d50dd80665c15d82e4c7eac6cc1a85ba" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_386.deb" +MD5SUM="fc35903077777d2e1b87ab297d72d36a" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_amd64.deb" +MD5SUM_x86_64="0444d0a1ec770ea84844206911a47663" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |