diff options
author | Ebben Aries <earies@dscp.org> | 2024-12-05 16:25:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-06 09:49:40 +0700 |
commit | 0f191dbec9ed7ace0e164ba6768019143da998d6 (patch) | |
tree | dc52418c7311e2b2e562df038394b1df13443f2b /development/github-cli | |
parent | cec4ccbef7fd295925b6f2be4f042558f02ff602 (diff) |
development/github-cli: Updated for version 2.63.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-cli')
-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 869829eb46..65eb4c170e 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.63.0} +VERSION=${VERSION:-2.63.2} 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 9b05c3839a..da243d66ad 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.63.0" +VERSION="2.63.2" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.63.0/gh_2.63.0_linux_386.deb" -MD5SUM="c7b984f573fdaa7738c33ffffe942bcd" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.63.0/gh_2.63.0_linux_amd64.deb" -MD5SUM_x86_64="e9b7764f0cd84a61b92f273ef701316a" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_386.deb" +MD5SUM="d20d05251cbd2c902687724d2659ca8e" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_amd64.deb" +MD5SUM_x86_64="362a15da568056b3e372404d0c52b015" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |