diff options
author | Ebben Aries <earies@dscp.org> | 2022-03-30 10:33:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:56 +0700 |
commit | ba27dabb232ba9274f4fde633f6821063fdb47d3 (patch) | |
tree | d3c82ace1709a5f36c52cf9119b8bae78ea2f7df /development/github-cli/github-cli.SlackBuild | |
parent | cb1b2e452ace175fb1f12e09269acf759ffbace4 (diff) |
development/github-cli: Updated for version 2.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-cli/github-cli.SlackBuild')
-rw-r--r-- | development/github-cli/github-cli.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/github-cli/github-cli.SlackBuild b/development/github-cli/github-cli.SlackBuild index c808b7783e6c9..07e9d6899ad26 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.6.0} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |