diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-30 06:37:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-30 06:37:15 +0700 |
commit | 718a7d9ec5d84bc477ecefe103ee60d0b59ea3d1 (patch) | |
tree | b5d8b744665531adb9415d7ff34246131105eea4 | |
parent | a88978ec8288f119a6470070870a5fc12bac7579 (diff) | |
download | slackbuilds-718a7d9ec5d84bc477ecefe103ee60d0b59ea3d1.tar.gz |
development/mongodb-compass: Updated for version 1.28.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 f30db1339f..cb236f7ed2 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.28.1} +VERSION=${VERSION:-1.28.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 dff208504a..409daa2266 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.28.1" +VERSION="1.28.2" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.28.1.x86_64.rpm" -MD5SUM_x86_64="3f4942250b045c699ba2f4148a73f220" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.28.2.x86_64.rpm" +MD5SUM_x86_64="e92d2c8e2078119ffad664fb4281ad31" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |