diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-21 00:35:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:18 +0700 |
commit | dcdae744906301f52347d99dcafa298db1d6e884 (patch) | |
tree | 57015ea87fcb2e79dbbd15ff61614954851bcb02 /development/mongodb-compass | |
parent | 1c8c984471b827a4f623e3686e5866309f62d829 (diff) |
development/mongodb-compass: Updated for version 1.31.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 b174a440d4bc8..b9da0397a9dca 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.31.1} +VERSION=${VERSION:-1.31.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 1c617a66e5bec..b7473d29473e2 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.31.1" +VERSION="1.31.2" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.31.1.x86_64.rpm" -MD5SUM_x86_64="2718986f781d8afca52b1811fbb51a9e" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.31.2.x86_64.rpm" +MD5SUM_x86_64="43c61a2cb187c1a4b49a47c87550ca86" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |