diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:12:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:12:47 +0700 |
commit | bacbe3f81d8fd50095930d2dd8d6d69f9055ba3c (patch) | |
tree | 02789247020c96f8728a3c2a9c5431f9b5b2b05e /development/mongodb-compass | |
parent | 9d5d93997d290528b2fd800e2d2b0577d7970457 (diff) |
development/mongodb-compass: Updated for version 1.36.2.
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 bb93e4e145321..bae7395175386 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.36.1} +VERSION=${VERSION:-1.36.2} 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 481492f9e796a..e8747b7fe3ef6 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.36.1" +VERSION="1.36.2" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.36.1.x86_64.rpm" -MD5SUM_x86_64="7001db2de6e35516b072332de9acc4d4" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.36.2.x86_64.rpm" +MD5SUM_x86_64="4234152cec4e4b3845e2130188895d36" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |