diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 07:58:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 07:58:21 +0700 |
commit | 4ab6007f8900f640537af33c2715732574b0ff2b (patch) | |
tree | 4baef6e76c3c90a0d9e118e14158878eb6a4f6e0 /development | |
parent | a35531ed6d0e07ac755740adda02845c9830ff02 (diff) |
development/mongodb-compass: Updated for version 1.42.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 f07dc71aaf733..5b78bd50d5596 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-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2020-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mongodb-compass -VERSION=${VERSION:-1.41.0} +VERSION=${VERSION:-1.42.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 31f7832ef72de..cc00a2116c643 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.41.0" +VERSION="1.42.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.41.0.x86_64.rpm" -MD5SUM_x86_64="9356d84c914ce1dc5c3559814261268f" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.42.0.x86_64.rpm" +MD5SUM_x86_64="8dce2f244cf802dedaa1fbaacca1c02d" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |