diff options
author | Ebben Aries <earies@dscp.org> | 2023-05-11 15:42:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:19 +0700 |
commit | 32fb86b140475682081254e818c91c38ccda5906 (patch) | |
tree | 3831f919468d2b6d3c36e3a7724abaa0da420572 /development | |
parent | 8f60d1c727142a5ee5fca5a1bc1731b61a534126 (diff) |
development/github-cli: Updated for version 2.29.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 e70655d9994e9..f79e2645a9136 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.28.0} +VERSION=${VERSION:-2.29.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 6fb489597a012..c5aa3e62ede8d 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.28.0" +VERSION="2.29.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_386.deb" -MD5SUM="2b8d8de3518492cbd96b3eca35d45f3c" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_amd64.deb" -MD5SUM_x86_64="a7988c5bb6b84a095f75ae4605af77bd" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_386.deb" +MD5SUM="318c449cd1d376b3987b4d238e9dd0cb" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_amd64.deb" +MD5SUM_x86_64="54c878b3b924c88b4645102a0192f7a1" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |