diff options
author | Ebben Aries <earies@dscp.org> | 2022-08-25 10:24:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:38 +0700 |
commit | 6f516d1a610cfad1ca08edfa5ab7ccd23b4f5ce0 (patch) | |
tree | 2b32c878ab4401b95913d35c5cba234e6f702358 | |
parent | de104e378abe3a78a4341cf47c714666e5ad1902 (diff) |
development/github-cli: Updated for version 2.14.7
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 b55cbe3c314c..eac842e361cd 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.14.4} +VERSION=${VERSION:-2.14.7} 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 7ac906734230..6b9b2e9dd572 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.14.4" +VERSION="2.14.7" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_386.deb" -MD5SUM="f1804e7cb757a0232808d2f694ce9660" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_amd64.deb" -MD5SUM_x86_64="98781fe2ae18d6e82e55808f9321068b" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_386.deb" +MD5SUM="ac4dd8b6ca09abfdf32a3f2a504a167c" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_amd64.deb" +MD5SUM_x86_64="b6760e3665da0627f34f35d6a47f9d60" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |