mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/gitlab-cli: Updated for version 1.46.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e8ccb580ca
commit
b8a0d930b4
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.45.0}
|
||||
VERSION=${VERSION:-1.46.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="gitlab-cli"
|
||||
VERSION="1.45.0"
|
||||
VERSION="1.46.0"
|
||||
HOMEPAGE="https://gitlab.com/gitlab-org/cli"
|
||||
DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.45.0/cli-v1.45.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.45.0/downloads/glab_1.45.0_Linux_i386.deb"
|
||||
MD5SUM="608ecccdd6b7acc0254017e6ee139a5c \
|
||||
e41b36fd6d10013cd906fbd86f5169fa"
|
||||
DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.45.0/cli-v1.45.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.45.0/downloads/glab_1.45.0_Linux_x86_64.deb"
|
||||
MD5SUM_x86_64="608ecccdd6b7acc0254017e6ee139a5c \
|
||||
99846cc57f576b7df617ace388eff195"
|
||||
DOWNLOAD="https://gitlab.com/gitlab-org/cli/-/archive/v1.46.0/cli-v1.46.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.46.0/downloads/glab_1.46.0_Linux_i386.deb"
|
||||
MD5SUM="e4dba6e29c9e58b8c890f5c684698e21 \
|
||||
bb0e6198a8631c23651cee8792ce4746"
|
||||
DOWNLOAD_x86_64="https://gitlab.com/gitlab-org/cli/-/archive/v1.46.0/cli-v1.46.0.tar.gz \
|
||||
https://gitlab.com/gitlab-org/cli/-/releases/v1.46.0/downloads/glab_1.46.0_Linux_x86_64.deb"
|
||||
MD5SUM_x86_64="e4dba6e29c9e58b8c890f5c684698e21 \
|
||||
f34d95db408ff9745fb5fc616b650df3"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Diniz Bortolotto"
|
||||
EMAIL="diniz.bortolotto@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue