diff options
author | Ebben Aries <earies@dscp.org> | 2023-07-16 09:31:23 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-17 09:48:02 +0700 |
commit | 3e2bff69dee3823a8a87f57b90626b96c2514d5c (patch) | |
tree | fd5a9e2815debc85d885b5365bd55af8c3f68c61 /development/github-cli | |
parent | 2e2829fb692ab1748a3084ec405e101e5ef34c69 (diff) |
development/github-cli: Updated for version 2.32.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 ca6602c814743..e9bc774156bd1 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.31.0} +VERSION=${VERSION:-2.32.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 c30fd5dcc6860..72061b1b7e61f 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.31.0" +VERSION="2.32.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_386.deb" -MD5SUM="a9e5c3e3d902bc7933dc5dc7c520cbbe" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_amd64.deb" -MD5SUM_x86_64="a5d3c1544e1b62c62421cb2f6dc1d26f" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_386.deb" +MD5SUM="45ab2488c2d55d999d04de3bdd8114bf" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_amd64.deb" +MD5SUM_x86_64="199ab04ed83eef70da35a1a8ef6881fc" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |