diff options
author | Ebben Aries <earies@dscp.org> | 2023-07-29 11:23:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-30 07:48:47 +0700 |
commit | 652017a3da843ebaf8e1099748ed3fa118eaf729 (patch) | |
tree | 5e4e6d57600fd22dace030f42494fa6f866152a8 /development | |
parent | 30193e0978d86d9ebd68a13347397c932fc2d3d8 (diff) |
development/github-cli: Updated for version 2.32.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 e9bc774156bd1..622bc02f8e776 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.32.0} +VERSION=${VERSION:-2.32.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 72061b1b7e61f..f854ea4ac1819 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.32.0" +VERSION="2.32.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_386.deb" -MD5SUM="45ab2488c2d55d999d04de3bdd8114bf" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_amd64.deb" -MD5SUM_x86_64="199ab04ed83eef70da35a1a8ef6881fc" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_386.deb" +MD5SUM="924340e106a569f352c6e080080bd081" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_amd64.deb" +MD5SUM_x86_64="8328c44861132c88628a8949f71264a5" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |