diff options
author | Ebben Aries <earies@dscp.org> | 2021-05-26 14:31:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 07:52:36 +0700 |
commit | 8421639c2a63fcfb5009aeabbe1fd7009f3b2186 (patch) | |
tree | 4f80501807bfd317a12f06ea9839760759e7e977 | |
parent | 3f81c1b233cfadaa8099bc7d975eb73b0373b950 (diff) |
development/github-cli: Updated for version 1.10.3
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 bdd433157043..7ce4c7a84a93 100644 --- a/development/github-cli/github-cli.SlackBuild +++ b/development/github-cli/github-cli.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=github-cli DEBNAM=gh -VERSION=${VERSION:-1.10.0} +VERSION=${VERSION:-1.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/github-cli/github-cli.info b/development/github-cli/github-cli.info index 70565ec5172c..caafcbc83de5 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="1.10.0" +VERSION="1.10.3" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v1.10.0/gh_1.10.0_linux_386.deb" -MD5SUM="25646925c6f90b520d32aa91d673eef3" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.10.0/gh_1.10.0_linux_amd64.deb" -MD5SUM_x86_64="6a4650db4c02451d7561f900f28612ee" +DOWNLOAD="https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_linux_386.deb" +MD5SUM="4370d2dadadf57f1eaaf14fd0e94731d" +DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_linux_amd64.deb" +MD5SUM_x86_64="fc8be8a56ad1eb16d09db6290719e419" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |