diff options
-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 a988ca7f31..93c8929004 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.65.0} +VERSION=${VERSION:-2.66.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 237a4202e3..778f1332ad 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.65.0" +VERSION="2.66.1" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.65.0/gh_2.65.0_linux_386.deb" -MD5SUM="4c26a539e94d376dbe324b4e00a67e80" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.65.0/gh_2.65.0_linux_amd64.deb" -MD5SUM_x86_64="a062797dda2211d4a776ecd903dbc1f0" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.66.1/gh_2.66.1_linux_386.deb" +MD5SUM="690b28b6ad2b5aabbdc9f2ea78f512d5" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.66.1/gh_2.66.1_linux_amd64.deb" +MD5SUM_x86_64="0d8a016118ef1b67557428d54893e004" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |