diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 21:17:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:02:14 +0700 |
commit | 8d7ad9b89c0f197cee8893ed064ce303f9f2edc4 (patch) | |
tree | 8d25c6d47f32c4d4c50ed6adb06be442ee4c37e2 /development/mongodb-compass | |
parent | 3a785c663354a043512ae274a04db21a0a88fc4d (diff) |
development/mongodb-compass: Updated for version 1.42.5.
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 75274c55f4a69..5c873ce37cab6 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.42.3} +VERSION=${VERSION:-1.42.5} 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 d55925d2c875b..90f25cda2f04a 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.42.3" +VERSION="1.42.5" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.42.3.x86_64.rpm" -MD5SUM_x86_64="efc349d4d74fec755bcc481bfdfdc483" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.42.5.x86_64.rpm" +MD5SUM_x86_64="fa91dafb9ec7d7e2f4b03d4b017f7687" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |