diff options
author | Ebben Aries <earies@dscp.org> | 2021-05-18 14:26:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 09:53:16 +0700 |
commit | e4e5cfabb114659784e93e998de0fc3940f52386 (patch) | |
tree | 435ab787a475dc9c3ac8a59d3884c121961058a4 /development | |
parent | 513b90613e2d0e338c8b3171f2e35c0c32b3d34c (diff) |
development/github-cli: Updated for version 1.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 0ae780f980abc..bdd433157043c 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.9.2} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/github-cli/github-cli.info b/development/github-cli/github-cli.info index 5196fff4e3674..70565ec5172c0 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -1,10 +1,10 @@ PRGNAM="github-cli" -VERSION="1.9.2" +VERSION="1.10.0" HOMEPAGE="https://cli.github.com/" -DOWNLOAD="https://github.com/cli/cli/releases/download/v1.9.2/gh_1.9.2_linux_386.deb" -MD5SUM="7001281cfb571ed382855c887f20cb07" -DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.9.2/gh_1.9.2_linux_amd64.deb" -MD5SUM_x86_64="5336fb9628e6016ad6a66b27eddcb395" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |