diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-08 21:58:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-08 21:58:19 +0700 |
commit | 0e5c72c18bdb978aac9f947b723899c2f023cec6 (patch) | |
tree | 6de450de64f7f78ca757c31e84afa810df74b283 /development/mongodb-compass | |
parent | 63fe32ff44771b321d91126954f7ed55f670f4cd (diff) |
development/mongodb-compass: Updated for version 1.39.4.
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 25b929d25856..293cadeef9c8 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.39.3} +VERSION=${VERSION:-1.39.4} 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 0c0d22f14656..c1fdddd96ff6 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.39.3" +VERSION="1.39.4" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.39.3.x86_64.rpm" -MD5SUM_x86_64="86abc188f8eaa2d186e7f6ac6f3baa8c" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.39.4.x86_64.rpm" +MD5SUM_x86_64="328ef7968e0aa3807083a342e3521077" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |