diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2024-05-03 01:08:31 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:45:17 +0700 |
commit | 7f48b43ce73fe689c99edefdc6f96e442d22a15a (patch) | |
tree | ad68545bec4b011de827dee5ef8237610ee83c4d /development | |
parent | 941587bfef5a6cc2ff9ade7b1456bdd33bac8f86 (diff) |
development/gitlab-cli: Updated for version 1.40.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gitlab-cli/gitlab-cli.SlackBuild | 2 | ||||
-rw-r--r-- | development/gitlab-cli/gitlab-cli.info | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/development/gitlab-cli/gitlab-cli.SlackBuild b/development/gitlab-cli/gitlab-cli.SlackBuild index 53406543b5e1e..1d81f6fe3a9ae 100644 --- a/development/gitlab-cli/gitlab-cli.SlackBuild +++ b/development/gitlab-cli/gitlab-cli.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gitlab-cli DEBNAM=glab -VERSION=${VERSION:-1.37.0} +VERSION=${VERSION:-1.40.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gitlab-cli/gitlab-cli.info b/development/gitlab-cli/gitlab-cli.info index 26f732fcffc2c..eb9f088c12cc5 100644 --- a/development/gitlab-cli/gitlab-cli.info +++ b/development/gitlab-cli/gitlab-cli.info @@ -1,14 +1,14 @@ PRGNAM="gitlab-cli" -VERSION="1.37.0" +VERSION="1.40.0" HOMEPAGE="https://gitlab.com/gitlab-org/cli" -DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.37.0/cli-v1.37.0.tar.gz \ - https://gitlab.com/gitlab-org/cli/-/releases/v1.37.0/downloads/glab_1.37.0_Linux_i386.deb" -MD5SUM="83e99040535ee1b6b3222ca4751913ba \ - ecee73526ca604c4702064fda4955b6a" -DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.37.0/cli-v1.37.0.tar.gz \ - https://gitlab.com/gitlab-org/cli/-/releases/v1.37.0/downloads/glab_1.37.0_Linux_x86_64.deb" -MD5SUM_x86_64="83e99040535ee1b6b3222ca4751913ba \ - 176a122cf49a586f817c54b52822319a" +DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.40.0/cli-v1.40.0.tar.gz \ + https://gitlab.com/gitlab-org/cli/-/releases/v1.40.0/downloads/glab_1.40.0_Linux_i386.deb" +MD5SUM="211aea19fc88dbf6f21763e593ba2079 \ + 94ff62f6214017c6204178810c9ef7a4" +DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.40.0/cli-v1.40.0.tar.gz \ + https://gitlab.com/gitlab-org/cli/-/releases/v1.40.0/downloads/glab_1.40.0_Linux_x86_64.deb" +MD5SUM_x86_64="211aea19fc88dbf6f21763e593ba2079 \ + b5774bc5db8eaf3099e83f3a4a3c74bf" REQUIRES="" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |