diff options
author | Ebben Aries <earies@dscp.org> | 2023-09-06 18:18:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-07 23:08:58 +0700 |
commit | f4411a114b28d8e8047086985eebe429f55b942a (patch) | |
tree | 88790cd86d601e2a3f8a76a4c59846f0e571ad6a /development/github-cli | |
parent | 14c031a9649400eec78bd56e9a6909a21ff7ced9 (diff) |
development/github-cli: Updated for version 2.34.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 b956ea3df44f6..d842c8c56d8f6 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.33.0} +VERSION=${VERSION:-2.34.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 1c72ae2bece58..372c4c91cb03e 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.33.0" +VERSION="2.34.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_386.deb" -MD5SUM="977a96013b34e689fb73b0704bd2ba40" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_amd64.deb" -MD5SUM_x86_64="da3bad85d9c6db4f522db6bce1ecd0e6" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_386.deb" +MD5SUM="a145b58ac1d953ae0486356552d927cd" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_amd64.deb" +MD5SUM_x86_64="81aa4fcfaa7b73ac5f79b210bf610951" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |