diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-02 23:58:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:21 +0700 |
commit | a40aa2907eba5ac30d43c1f8583c166133a5436c (patch) | |
tree | a9e2680370f9ed4d6b1be4bbc2a4ce028519f079 /development/mongodb-compass | |
parent | 814de95a5200231ea7efb5ea1fb65ec8d73ed6c9 (diff) |
development/mongodb-compass: Updated for version 1.32.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 | 2 | ||||
-rw-r--r-- | development/mongodb-compass/mongodb-compass.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 8b65182e8db3..106f375051b1 100644 --- a/development/mongodb-compass/mongodb-compass.SlackBuild +++ b/development/mongodb-compass/mongodb-compass.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mongodb-compass -VERSION=${VERSION:-1.31.3} +VERSION=${VERSION:-1.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info index 6bbf8c9f250e..47129c9b455c 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.31.3" +VERSION="1.32.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.31.3.x86_64.rpm" -MD5SUM_x86_64="2b7aede32d45a0a9901ad1ee90644c26" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.32.0.x86_64.rpm" +MD5SUM_x86_64="c411a8e7601f1b6beb6040bed722f8fa" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |