diff options
Diffstat (limited to 'development')
-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 dc48fe32ceee9..409915e66c732 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.24.3} +VERSION=${VERSION:-2.25.1} 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 960dcf0295243..33edcefb11419 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.24.3" +VERSION="2.25.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_386.deb" -MD5SUM="e1821beb04fb5391ee9058139cacdbc3" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_amd64.deb" -MD5SUM_x86_64="2cf68a0b7c40852da8baaac7a5f0d80e" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_linux_386.deb" +MD5SUM="1d6ec2d57918cedc9d7f900ad5def089" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_linux_amd64.deb" +MD5SUM_x86_64="219854adb1afc5fa861e35e4a6ff3da6" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |