diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-06 23:29:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-06 23:29:17 +0700 |
commit | c802bcf613934cd55a55ce4683b672559fb5f3bf (patch) | |
tree | 5692cd51f7aa1eaaab51091a5cf10bba098ffc66 /development/mongodb-compass | |
parent | 3a5671d960186cf16cf20e34ac46136a0d3058f3 (diff) | |
download | slackbuilds-c802bcf613934cd55a55ce4683b672559fb5f3bf.tar.gz |
development/mongodb-compass: Updated for version 1.25.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass')
-rw-r--r-- | development/mongodb-compass/mongodb-compass.SlackBuild | 4 | ||||
-rw-r--r-- | development/mongodb-compass/mongodb-compass.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 689c850700..1321473693 100644 --- a/development/mongodb-compass/mongodb-compass.SlackBuild +++ b/development/mongodb-compass/mongodb-compass.SlackBuild @@ -3,7 +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> +# Copyright 2020-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mongodb-compass -VERSION=${VERSION:-1.24.6} +VERSION=${VERSION:-1.25.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info index 5681a017e3..05ef5031f0 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.24.6" +VERSION="1.25.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.24.6.x86_64.rpm" -MD5SUM_x86_64="40e19d96c4d5084f3549b420b7b0092b" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.25.0.x86_64.rpm" +MD5SUM_x86_64="f6be52ac9eb592ef75f3d4d26a721d06" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |