diff options
author | Ebben Aries <earies@dscp.org> | 2023-01-28 08:56:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-29 11:40:43 +0700 |
commit | 35a54427c79391ae5e27c8464af2cc3a396c4ee6 (patch) | |
tree | 5fc2f18adadf7ce9f474f646b7e17744f5946b67 /development | |
parent | 59ed2c4fc75a4dc239d0fe68aaae59722243c970 (diff) |
development/github-cli: Updated for version 2.22.1
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 887d1bed1c55..3a6c7e0688e0 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.21.2} +VERSION=${VERSION:-2.22.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 7262ab147d5e..3fa56d1d6e11 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.21.2" +VERSION="2.22.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_386.deb" -MD5SUM="3dc40e26b37adb4f61902967c4990441" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.deb" -MD5SUM_x86_64="c8a9add30c6cbef0a3b360df31de7aa7" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |