diff options
author | Ebben Aries <earies@dscp.org> | 2024-01-11 11:28:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-12 06:23:46 +0700 |
commit | 0a3b78454301e54826f60ddaa2ef240123163ddf (patch) | |
tree | 904b6f118470a64d607b26bef6d25041cbc188b5 /development | |
parent | d81e91f13d0da9e8cc9a95cf6283eb9c4c391add (diff) |
development/github-cli: Updated for version 2.42.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 79b7f03e64ae5..ec5a107d0cd56 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-2023 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2024 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.40.1} +VERSION=${VERSION:-2.42.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 891b2ee3eaec4..4535ff11f1899 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.40.1" +VERSION="2.42.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_linux_386.deb" -MD5SUM="bf942edd44ca2222e038848d91322b22" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_linux_amd64.deb" -MD5SUM_x86_64="86d1523e9b2f396585ac924229f5808e" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_linux_386.deb" +MD5SUM="8457ee6affce60de90ebc823a9e88c30" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_linux_amd64.deb" +MD5SUM_x86_64="a889dce834f347e63547bd5e1b8c1b8a" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |