diff options
author | Ebben Aries <earies@dscp.org> | 2022-05-13 15:55:16 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:55 +0700 |
commit | 31a5bd23ff25362617bc477dab10fee5d7a866d5 (patch) | |
tree | 84518b776f1f8bd1200c23b1b9cf2e2d4ab7a0dc | |
parent | ad821fc2e18fa52bc0ddcb89471fc2ccf8cf0e9b (diff) |
development/github-cli: Updated for version 2.10.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 e81ec5ffc4f0..112a4a5eadee 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.9.0} +VERSION=${VERSION:-2.10.1} 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 1f9d65b294fe..2f739a6ea061 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.9.0" +VERSION="2.10.1" HOMEPAGE="https://cli.github.com/" -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" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_386.deb" +MD5SUM="f1a36f4fa954498492dcc77f98d05f6c" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_amd64.deb" +MD5SUM_x86_64="4179ada951a335dcce0d1785ac19abcb" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |