diff options
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 8d46f7ec7d..5fca50c384 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.3.0} +VERSION=${VERSION:-2.4.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 5a00f2f6a3..6bea3b7fd5 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.3.0" +VERSION="2.4.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.3.0/gh_2.3.0_linux_386.deb" -MD5SUM="5adf7f954f4c80741dfa9f265e478b5f" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.3.0/gh_2.3.0_linux_amd64.deb" -MD5SUM_x86_64="3a743692d4f0b91335b6b146d97f5750" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_386.deb" +MD5SUM="ec7ddf446585db8cca0429b318a7ebc7" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.deb" +MD5SUM_x86_64="3917cfced5f40132f9cbbd468b6e9c85" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |