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 a617b8a13b5a..3a75318b23e5 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.35.0} +VERSION=${VERSION:-2.36.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 601dbf983e10..b387a587a974 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.35.0" +VERSION="2.36.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_386.deb" -MD5SUM="8970838baf63247d7aee0d4a6ed77583" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_amd64.deb" -MD5SUM_x86_64="aed0b4967de626e716544f0eb763cf58" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_linux_386.deb" +MD5SUM="b86ec9bf46f8d9131b6963f334ee86d5" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_linux_amd64.deb" +MD5SUM_x86_64="3d28b3901cbace8a48ec8759a157bcb1" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |