development/mongodb-compass: Updated for version 1.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd6804a6ac
commit
340d9a1088
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for mongodb-compass
|
||||
|
||||
# Copyright 2017 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||||
# Copyright 2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mongodb-compass
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
VERSION=${VERSION:-1.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mongodb-compass"
|
||||
VERSION="1.6.2"
|
||||
VERSION="1.22.1"
|
||||
HOMEPAGE="https://www.mongodb.com/products/compass"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.6.2.x86_64.rpm"
|
||||
MD5SUM_x86_64="a8efc97e68d304bc50a0b6c1203f964d"
|
||||
DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.22.1.x86_64.rpm"
|
||||
MD5SUM_x86_64="f5e49fb7289c85732cc2d128fc1cce99"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Giuseppe Di Terlizzi"
|
||||
EMAIL="giuseppe.diterlizzi@gmail.com"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue