diff options
author | Ebben Aries <earies@dscp.org> | 2022-02-01 14:06:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 23:23:16 +0700 |
commit | 07c418576338c596ca746dd8438401c8bd000a2a (patch) | |
tree | 54f2a88cd571d548ef04d1d694354c622050a35d /development | |
parent | 1b2d95065eca2d1594df2445a074f8f14a0c401e (diff) |
development/github-cli: Updated for version 2.5.0
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 5fca50c3842bc..f9e38b6156aea 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.4.0} +VERSION=${VERSION:-2.5.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 6bea3b7fd5f2b..1e05cfc3b448f 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.4.0" +VERSION="2.5.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_386.deb" -MD5SUM="ec7ddf446585db8cca0429b318a7ebc7" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.deb" -MD5SUM_x86_64="3917cfced5f40132f9cbbd468b6e9c85" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_386.deb" +MD5SUM="09840fc07ba539e30d2170aced096cff" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_amd64.deb" +MD5SUM_x86_64="117447ab2f59cae3992f68a3a684c120" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |