diff options
author | 2024-11-08 23:50:09 +0700 | |
---|---|---|
committer | 2024-11-08 23:50:09 +0700 | |
commit | db1957d04b9c938320c24cf9d17b93722bd07308 (patch) | |
tree | d727d6d2819420c678ef0e57a6000d87689f63a8 /development/mongodb-compass | |
parent | 5b001fee7fce546921c7bd70b28a9cf80a23983b (diff) | |
download | slackbuilds-db1957d04b9c938320c24cf9d17b93722bd07308.tar.gz slackbuilds-db1957d04b9c938320c24cf9d17b93722bd07308.tar.xz |
development/mongodb-compass: Updated for version 1.44.6.
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 8eda28282d..704bfa64c0 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.44.5} +VERSION=${VERSION:-1.44.6} 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 b2aaf8e94e..f8c009a0ad 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.44.5" +VERSION="1.44.6" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.44.5.x86_64.rpm" -MD5SUM_x86_64="0315ae089a36590b539f3e41e0975949" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.44.6.x86_64.rpm" +MD5SUM_x86_64="6502f9584d7cf7b07f75d6a1763ce863" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |