diff options
author | Ebben Aries <earies@dscp.org> | 2023-04-27 09:23:37 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:51 +0700 |
commit | fbd9bdfe38a92b0d394350301bb783939c74d210 (patch) | |
tree | fb1efa555e165d9764558c4d65dd4ed01b11c04d /development/github-cli | |
parent | b70d1428569449dde12ec7e8317151e49c7cec87 (diff) |
development/github-cli: Updated for version 2.28.0.
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 | 4 | ||||
-rw-r--r-- | development/github-cli/github-cli.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/github-cli/github-cli.SlackBuild b/development/github-cli/github-cli.SlackBuild index 9e79bd71e5dc..e70655d9994e 100644 --- a/development/github-cli/github-cli.SlackBuild +++ b/development/github-cli/github-cli.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitHub CLI -# Copyright 2020-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2023 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-cli DEBNAM=gh -VERSION=${VERSION:-2.27.0} +VERSION=${VERSION:-2.28.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 6b185a504f2c..6fb489597a01 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.27.0" +VERSION="2.28.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.27.0/gh_2.27.0_linux_386.deb" -MD5SUM="e49af011b3063f31d514370a359b73ef" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.27.0/gh_2.27.0_linux_amd64.deb" -MD5SUM_x86_64="80128ca8e830ffc380080952b9026411" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_386.deb" +MD5SUM="2b8d8de3518492cbd96b3eca35d45f3c" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_amd64.deb" +MD5SUM_x86_64="a7988c5bb6b84a095f75ae4605af77bd" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |