diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2024-06-21 17:07:26 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 07:13:26 +0700 |
commit | 2b48327cfef80920330619f46e42ee004f3f8e74 (patch) | |
tree | 978f8b67d69c7a8aa3f1ec9c85010a3b70041622 /development | |
parent | d803b33e4906392d40192975f962b19eeee88cdf (diff) |
development/gitlab-cli: Updated for version 1.42.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 365b3ec2ec5a..9e54de71f75e 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.41.0} +VERSION=${VERSION:-1.42.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 fa311576a5fd..2da39d7ead64 100644 --- a/development/gitlab-cli/gitlab-cli.info +++ b/development/gitlab-cli/gitlab-cli.info @@ -1,14 +1,14 @@ PRGNAM="gitlab-cli" -VERSION="1.41.0" +VERSION="1.42.0" HOMEPAGE="https://gitlab.com/gitlab-org/cli" -DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.41.0/cli-v1.41.0.tar.gz \ - https://gitlab.com/gitlab-org/cli/-/releases/v1.41.0/downloads/glab_1.41.0_Linux_i386.deb" -MD5SUM="b64590e9674c9e3214a509077dce90c7 \ - eda0ec480cd48c01c243ecf622d39044" -DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.41.0/cli-v1.41.0.tar.gz \ - https://gitlab.com/gitlab-org/cli/-/releases/v1.41.0/downloads/glab_1.41.0_Linux_x86_64.deb" -MD5SUM_x86_64="b64590e9674c9e3214a509077dce90c7 \ - 92e133352669b92f68576d057b08b8dd" +DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.42.0/cli-v1.42.0.tar.gz \ + https://gitlab.com/gitlab-org/cli/-/releases/v1.42.0/downloads/glab_1.42.0_Linux_i386.deb" +MD5SUM="fb182b538e82eae35ac63010bc4fedc7 \ + 7cfb286e5cd5b00a1ffd57f14ac7c4aa" +DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.42.0/cli-v1.42.0.tar.gz \ + https://gitlab.com/gitlab-org/cli/-/releases/v1.42.0/downloads/glab_1.42.0_Linux_x86_64.deb" +MD5SUM_x86_64="fb182b538e82eae35ac63010bc4fedc7 \ + 4340e244da810bb9496344bd7f9bb9ca" REQUIRES="" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |