diff options
author | Ebben Aries <earies@dscp.org> | 2023-02-08 19:11:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:28 +0700 |
commit | 5905bce5cbf222c4070de456632186da0647326e (patch) | |
tree | 53105850d89d81268cc7dab1489a1cc653fcae1c /development/github-cli | |
parent | 99c1a28b77cba6323223983c0d70a17889fa15a5 (diff) |
development/github-cli: Updated for version 2.23.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 3a6c7e0688e0f..e009e560d1832 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.22.1} +VERSION=${VERSION:-2.23.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 3fa56d1d6e111..f11b88cb24679 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.22.1" +VERSION="2.23.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_386.deb" -MD5SUM="78228a9d3ff2245a361d4c9042dffb39" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_amd64.deb" -MD5SUM_x86_64="09e6860517d63c24e635b77b596626cf" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_386.deb" +MD5SUM="69096f174028ee03f3577a5712bfc193" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_amd64.deb" +MD5SUM_x86_64="45747941f47ce9b99fd6cecaf148736a" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |