diff options
author | Ebben Aries <earies@dscp.org> | 2022-07-12 17:40:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 06:40:11 +0700 |
commit | 6372035f4f8f83497c44f4200f339a66600d44c7 (patch) | |
tree | d02503f4f60460e64644c93428353b15d2265695 /development | |
parent | bf5c627ba12cdbe6c344334da8321935e7273ced (diff) |
development/github-cli: Updated for version 2.14.1.
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 007b12411b377..907c0e88969cb 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.13.0} +VERSION=${VERSION:-2.14.1} 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 fff8933a479e9..3a3d6ca2f3ab9 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.13.0" +VERSION="2.14.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_386.deb" -MD5SUM="c3bedb172cf20500d6c229e941375723" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_amd64.deb" -MD5SUM_x86_64="12ba5b5f875ae4bbd3c00aa806f812b0" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_386.deb" +MD5SUM="c54bf860b7f1f65045d010f28bb76d06" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_amd64.deb" +MD5SUM_x86_64="a810c4c587059de16e82a7fbeb548551" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |