diff options
author | Ebben Aries <earies@dscp.org> | 2022-03-30 10:33:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:56 +0700 |
commit | ba27dabb232ba9274f4fde633f6821063fdb47d3 (patch) | |
tree | d3c82ace1709a5f36c52cf9119b8bae78ea2f7df | |
parent | cb1b2e452ace175fb1f12e09269acf759ffbace4 (diff) | |
download | slackbuilds-ba27dabb232ba9274f4fde633f6821063fdb47d3.tar.gz |
development/github-cli: Updated for version 2.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c808b7783e..07e9d6899a 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.6.0} +VERSION=${VERSION:-2.7.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 d6ff426b2d..da68539a4d 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.6.0" +VERSION="2.7.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_386.deb" -MD5SUM="fc35903077777d2e1b87ab297d72d36a" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_amd64.deb" -MD5SUM_x86_64="0444d0a1ec770ea84844206911a47663" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_386.deb" +MD5SUM="8d449100b82dc4b099fb1d6779039f40" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_amd64.deb" +MD5SUM_x86_64="2a312ebdd79e003ed2cae5d4fdc5a93e" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |