diff options
author | Ebben Aries <earies@dscp.org> | 2021-07-22 08:32:19 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-23 09:45:29 +0700 |
commit | 1b75dc275d130abf0c6fe11e4d4ccce087dc7c0a (patch) | |
tree | 1bb79c737eef93aa851c0a47413d627451a5507c | |
parent | fb4cf0b5dcd56a8d33c4ce908aec8204563770b5 (diff) | |
download | slackbuilds-1b75dc275d130abf0c6fe11e4d4ccce087dc7c0a.tar.gz |
development/github-cli: Updated for version 1.13.1
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 38a1eb8ba6..ce72e053cd 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:-1.12.1} +VERSION=${VERSION:-1.13.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 397cabcfb8..41d886d629 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="1.12.1" +VERSION="1.13.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v1.12.1/gh_1.12.1_linux_386.deb" -MD5SUM="697d9154ecdf55090226c18d979f2908" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.12.1/gh_1.12.1_linux_amd64.deb" -MD5SUM_x86_64="0fbcdbd35561ac627aaa82612c606d87" +DOWNLOAD="https://github.com/cli/cli/releases/download/v1.13.1/gh_1.13.1_linux_386.deb" +MD5SUM="731c1086584cb4ba4ea25c97699449b9" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.13.1/gh_1.13.1_linux_amd64.deb" +MD5SUM_x86_64="b51608bb7a3734f63f7213b2d02d2b22" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |