diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-20 23:48:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-20 23:48:57 +0700 |
commit | c4046762263bf348952e7799740b3a060fb47a9d (patch) | |
tree | 2b46f4e82cf8336a49b333dbb16b5c4aab1e747e /development | |
parent | eea9d4f89943a128110b4bd29053ecfd21b72d61 (diff) |
development/mongodb-compass: Updated for version 1.41.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 7c09145567333..f07dc71aaf733 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.40.4} +VERSION=${VERSION:-1.41.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 e588c861f5787..31f7832ef72de 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.40.4" +VERSION="1.41.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.40.4.x86_64.rpm" -MD5SUM_x86_64="f791f28a585710c5a570c8a7b713ca11" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.41.0.x86_64.rpm" +MD5SUM_x86_64="9356d84c914ce1dc5c3559814261268f" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |