diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-16 09:40:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-16 09:40:42 +0700 |
commit | 36deece796a2482890e6fb2d6401bda3af53cc8e (patch) | |
tree | cb95097db6f5b9231d1abe841fecd6ad437b9c02 /development/mongodb-compass | |
parent | f06be9055f927e2a51330da0484f2387902a223a (diff) |
development/mongodb-compass: Updated for version 1.39.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass')
-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 e314750a201bb..413d0260db2c5 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.38.2} +VERSION=${VERSION:-1.39.0} 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 3f4f563d87124..e6bfe84d2144d 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.38.2" +VERSION="1.39.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.38.2.x86_64.rpm" -MD5SUM_x86_64="8de70a0a504df6c5b15561585a480649" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.39.0.x86_64.rpm" +MD5SUM_x86_64="18fb3d5e0f588fbaf0a786116a0a1993" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |