diff options
author | Ebben Aries <earies@dscp.org> | 2022-07-27 08:12:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-30 11:26:25 +0700 |
commit | ec4e1541ae570aa8e788f35924e47b288fc3f01d (patch) | |
tree | 0a037ed18f5e078c89c01efe87d2a81b876e442f /development/github-cli | |
parent | b687d3c68b3ac927a3c366bea20916f62f9da820 (diff) |
development/github-cli: Updated for version 2.14.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-cli')
-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 6cff58e7b6094..274cabbc0bcaa 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.2} +VERSION=${VERSION:-2.14.3} 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 b6512b43fa40d..e69a20c727e13 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.2" +VERSION="2.14.3" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_386.deb" -MD5SUM="652096077aa3b672c445ce3f57226081" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_amd64.deb" -MD5SUM_x86_64="b299fb8849aee83e6084d80321fcc060" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_386.deb" +MD5SUM="8690373f30b1500846197ea2fad04c73" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_amd64.deb" +MD5SUM_x86_64="a2ba9fe6bf63b75605974e03d5431949" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |