diff options
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 |
commit | 43d640dd7dfe6767cad77c75f88c86c86f31b01d (patch) | |
tree | eb10267f7b08c0b38ec5661cb35a910363e0b63a /development/mongodb-compass/mongodb-compass.SlackBuild | |
parent | 7c0ac5807bdc2d82c85209d5efb920b8c6992e2e (diff) |
development/mongodb-compass: Updated for version 1.32.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass/mongodb-compass.SlackBuild')
-rw-r--r-- | development/mongodb-compass/mongodb-compass.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 106f375051b17..46dd40bd7a0a0 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 |