summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-08 15:35:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-11 08:59:09 +0700
commit43d640dd7dfe6767cad77c75f88c86c86f31b01d (patch)
treeeb10267f7b08c0b38ec5661cb35a910363e0b63a /development
parent7c0ac5807bdc2d82c85209d5efb920b8c6992e2e (diff)
downloadslackbuilds-43d640dd7dfe6767cad77c75f88c86c86f31b01d.tar.gz
slackbuilds-43d640dd7dfe6767cad77c75f88c86c86f31b01d.tar.xz
development/mongodb-compass: Updated for version 1.32.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/mongodb-compass/mongodb-compass.SlackBuild5
-rw-r--r--development/mongodb-compass/mongodb-compass.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild
index 106f375051..46dd40bd7a 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.32.0}
+VERSION=${VERSION:-1.32.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info
index 47129c9b45..caac29900f 100644
--- a/development/mongodb-compass/mongodb-compass.info
+++ b/development/mongodb-compass/mongodb-compass.info
@@ -1,10 +1,10 @@
PRGNAM="mongodb-compass"
-VERSION="1.32.0"
+VERSION="1.32.2"
HOMEPAGE="https://www.mongodb.com/products/compass"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.32.0.x86_64.rpm"
-MD5SUM_x86_64="c411a8e7601f1b6beb6040bed722f8fa"
+DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.32.2.x86_64.rpm"
+MD5SUM_x86_64="8a74ecc158ddf98fb8c6079e7fae699a"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"