diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-10 09:22:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-10 09:22:32 +0700 |
commit | 2a95b282d451188e91c720a39e46a3c2b26c2e82 (patch) | |
tree | 5b611f0d254528ce358f3e550ea355bc840f1d2e /development | |
parent | 9f88b05d27fdd7e50405086cbd9a15d1f2981051 (diff) | |
download | slackbuilds-2a95b282d451188e91c720a39e46a3c2b26c2e82.tar.gz |
development/mongodb-compass: Updated for version 1.28.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 b21903e0ac..64c6fc463a 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.27.1} +VERSION=${VERSION:-1.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info index d40b6f36ed..2bb862faf9 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.27.1" +VERSION="1.28.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.27.1.x86_64.rpm" -MD5SUM_x86_64="630110eda9f6d8b1fbc1e05c9438c163" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.28.0.x86_64.rpm" +MD5SUM_x86_64="9dad836b67d09bcf32f5be2a1a2dbf5f" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |