mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/gitlab-cli: Updated for version 1.43.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7617d38b1
commit
feb947ff23
2 changed files with 10 additions and 10 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=gitlab-cli
|
||||
DEBNAM=glab
|
||||
VERSION=${VERSION:-1.42.0}
|
||||
VERSION=${VERSION:-1.43.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="gitlab-cli"
|
||||
VERSION="1.42.0"
|
||||
VERSION="1.43.0"
|
||||
HOMEPAGE="https://gitlab.com/gitlab-org/cli"
|
||||
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"
|
||||
DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.43.0/cli-v1.43.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.43.0/downloads/glab_1.43.0_Linux_i386.deb"
|
||||
MD5SUM="0d9e7fffdf773bbe3ce9dc7daa7e51b4 \
|
||||
540122d8bca327489d7f51e2fb2a1689"
|
||||
DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.43.0/cli-v1.43.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.43.0/downloads/glab_1.43.0_Linux_x86_64.deb"
|
||||
MD5SUM_x86_64="0d9e7fffdf773bbe3ce9dc7daa7e51b4 \
|
||||
f9f38dd1cd7ff1b41ef930ea445401b0"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Diniz Bortolotto"
|
||||
EMAIL="diniz.bortolotto@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue