diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:37:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:37:08 +0700 |
commit | 215da2e8d0303c8c06bd0b986f32f106940d7cbe (patch) | |
tree | 19aa15e4d15ca336be3bf5a044d77d31e9be90c6 /development | |
parent | 6f206a0d4c61a8230f108c0b93a5b1f82094f40c (diff) |
development/mongodb-compass: Updated for version 1.38.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 8194604c79556..8e0472651f656 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.37.0} +VERSION=${VERSION:-1.38.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 5fcf17c50a139..b8a0f022e1dbf 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.37.0" +VERSION="1.38.0" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.37.0.x86_64.rpm" -MD5SUM_x86_64="cc46fd10e142b0d9b27c351c8c593e4b" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.38.0.x86_64.rpm" +MD5SUM_x86_64="a73250c0913f3b50976b080e94ef510c" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |