diff options
author | Ebben Aries <earies@dscp.org> | 2023-06-30 08:13:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:18 +0700 |
commit | 6475edcd0073c5b7da57173ed45fbc36a07553d8 (patch) | |
tree | 7a9688c6e74b375fa229740ec7201b513c581ba5 /development | |
parent | 9c71b5a8dbd71a1431f7595a167780897f2889ab (diff) |
development/github-cli: Updated for version 2.31.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 8602ea34c62f1..ca6602c814743 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.30.0} +VERSION=${VERSION:-2.31.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 1d17a2b93f806..c30fd5dcc6860 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.30.0" +VERSION="2.31.0" HOMEPAGE="https://cli.github.com/" -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" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |