diff options
author | Ebben Aries <earies@dscp.org> | 2023-11-19 09:17:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-19 23:29:10 +0700 |
commit | 668fb2ac397ad7ab30e8f1d0894a6222f01ea707 (patch) | |
tree | c3587367242a899d36abade9b2f40d47316d0718 | |
parent | 233d62f231590cba4d53376447b362c0edb8f7c8 (diff) |
development/github-cli: Updated for version 2.39.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d26ce13ed195..c8208686452c 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.39.0} +VERSION=${VERSION:-2.39.1} 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 06e376367d30..0dd5730d9fc0 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.39.0" +VERSION="2.39.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_linux_386.deb" -MD5SUM="f78c97716bbcba2e47461fc26a97cff5" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_linux_amd64.deb" -MD5SUM_x86_64="e469f85c2e2a1a124cc0549b9f8c9a72" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_386.deb" +MD5SUM="324e6fe1486b73091aa40e1bfc0625a9" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_amd64.deb" +MD5SUM_x86_64="37eb8c0cefdaf33aecd603692747bde9" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |