diff options
author | Ebben Aries <earies@dscp.org> | 2025-01-12 09:28:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:12 +0700 |
commit | 6b1796d9cefc6d56cd5750671b20057ffb5a8caf (patch) | |
tree | da44c2511c77eea486886ec239668edf19195041 /development/github-cli/github-cli.SlackBuild | |
parent | fe88f7c9520af05150f432d6e39ef9e6a9e1771d (diff) |
development/github-cli: Updated for version 2.65.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/github-cli/github-cli.SlackBuild b/development/github-cli/github-cli.SlackBuild index feed740487..a988ca7f31 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-2024 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2025 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.64.0} +VERSION=${VERSION:-2.65.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |