diff options
author | Ebben Aries <earies@dscp.org> | 2022-10-04 18:55:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:53 +0700 |
commit | 15a75193e4eb2fc4df73859d1a7aea01fec2cede (patch) | |
tree | 3bf38fc11bbfa2334f2ec519cde991039d9b735f /development | |
parent | 3c3375b80c1b87852c1655ca4dd59b60f0ffde3b (diff) | |
download | slackbuilds-15a75193e4eb2fc4df73859d1a7aea01fec2cede.tar.gz |
development/github-cli: Updated for version 2.17.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 90419b0f4b..c1ba4de51e 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.16.1} +VERSION=${VERSION:-2.17.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 4b13f012fe..006d9077a9 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.16.1" +VERSION="2.17.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_386.deb" -MD5SUM="09c9f4eff670080ffea6ea2064a56c40" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_amd64.deb" -MD5SUM_x86_64="227c032241070c30ac6e3fb05c8c8c3e" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_386.deb" +MD5SUM="d38f0153fc2c34c87d04f75211415a4b" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.deb" +MD5SUM_x86_64="44d7012583ad0b22a21c0f9b4ed8e177" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |