From 07c418576338c596ca746dd8438401c8bd000a2a Mon Sep 17 00:00:00 2001 From: Ebben Aries Date: Tue, 1 Feb 2022 14:06:40 -0700 Subject: [PATCH] development/github-cli: Updated for version 2.5.0 Signed-off-by: Willy Sudiarto Raharjo --- development/github-cli/github-cli.SlackBuild | 2 +- 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 5fca50c384..f9e38b6156 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.4.0} +VERSION=${VERSION:-2.5.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 6bea3b7fd5..1e05cfc3b4 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="2.4.0" +VERSION="2.5.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_386.deb" -MD5SUM="ec7ddf446585db8cca0429b318a7ebc7" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.deb" -MD5SUM_x86_64="3917cfced5f40132f9cbbd468b6e9c85" +DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_386.deb" +MD5SUM="09840fc07ba539e30d2170aced096cff" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_amd64.deb" +MD5SUM_x86_64="117447ab2f59cae3992f68a3a684c120" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org"