diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 09:29:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 09:29:05 +0700 |
commit | 43a71dcdd1fe4272ce122282d6d0de64795f8986 (patch) | |
tree | b984c777815bd6778878a8528bae626fb936375a | |
parent | e9ef4b28126c8c71c3ec951a15f799a82d257aec (diff) |
development/mongodb-compass: Updated for version 1.34.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 031c7a72fb1b1..3469d76f64d16 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.34.1} +VERSION=${VERSION:-1.34.2} 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 cb0e490dea6bd..0c9465107d26c 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.34.1" +VERSION="1.34.2" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.34.1.x86_64.rpm" -MD5SUM_x86_64="5aafa321aa5d36e99dd3472eca9c270c" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.34.2.x86_64.rpm" +MD5SUM_x86_64="37206269568f4f28282d3df2377a3eb3" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |