diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-20 19:08:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-20 19:09:38 +0700 |
commit | 340d9a1088c288e6d8d214d04b6d73138723424b (patch) | |
tree | cd70c800902962e2d8a2c0cdd93d31cb6b8098cb /development/mongodb-compass | |
parent | bd6804a6ac1a0500a7b13935d498c6c4970fe8c0 (diff) | |
download | slackbuilds-340d9a1088c288e6d8d214d04b6d73138723424b.tar.gz |
development/mongodb-compass: Updated for version 1.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass')
-rw-r--r-- | development/mongodb-compass/mongodb-compass.SlackBuild | 3 | ||||
-rw-r--r-- | development/mongodb-compass/mongodb-compass.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 2443cf3f6a..2ba631ad54 100644 --- a/development/mongodb-compass/mongodb-compass.SlackBuild +++ b/development/mongodb-compass/mongodb-compass.SlackBuild @@ -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} diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info index 55cd8f4932..5fda8caea3 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -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" |