diff options
author | Ebben Aries <earies@dscp.org> | 2022-04-28 15:31:16 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:11 +0700 |
commit | 5c25459cb082528859f1ce26284406d20aae1dcb (patch) | |
tree | c01e9a81251ee2619f6c0cdb14992eaefaf5d368 /development | |
parent | 9ec6be8397aa32cb78571b4658ed699c60449a99 (diff) | |
download | slackbuilds-5c25459cb082528859f1ce26284406d20aae1dcb.tar.gz |
development/github-cli: Updated for version 2.9.0
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 9ab65ad5a5..e81ec5ffc4 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.8.0} +VERSION=${VERSION:-2.9.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 6feaa38c47..1f9d65b294 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.8.0" +VERSION="2.9.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_386.deb" -MD5SUM="09c243ccfb214725a7f2ede1db81d417" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_amd64.deb" -MD5SUM_x86_64="b22cf178360c262202192a7e589e149a" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_386.deb" +MD5SUM="c4e61dd2d4acdd8257f29044fc4f873f" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_amd64.deb" +MD5SUM_x86_64="b7a6186efb4f81c066d7597eb3fd4948" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |