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 f79e2645a913..8602ea34c62f 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.29.0} +VERSION=${VERSION:-2.30.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 c5aa3e62ede8..1d17a2b93f80 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.29.0" +VERSION="2.30.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_386.deb" -MD5SUM="318c449cd1d376b3987b4d238e9dd0cb" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_amd64.deb" -MD5SUM_x86_64="54c878b3b924c88b4645102a0192f7a1" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_386.deb" +MD5SUM="97f6badbe9a741502df2b5f77dcebda4" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_amd64.deb" +MD5SUM_x86_64="575e0261156d54b44ef18921ffaf99e8" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |