diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-01 22:33:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-01 22:33:28 +0700 |
commit | f5c7bce994ac5a620ec36714c88f02c6b447bf0c (patch) | |
tree | cf9cc57c5afeb018903e8875660ace4305bbdef9 /development/mongodb-compass | |
parent | 891eb5363f88ac906d464e918dccee1953e74b8d (diff) |
development/mongodb-compass: Updated for version 1.39.3.
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 2e60086c95cef..25b929d258568 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.2} +VERSION=${VERSION:-1.39.3} 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 010fd25a0d106..0c0d22f146569 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.2" +VERSION="1.39.3" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.39.2.x86_64.rpm" -MD5SUM_x86_64="1fbc54c2dc0fd342454d945246340474" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.39.3.x86_64.rpm" +MD5SUM_x86_64="86abc188f8eaa2d186e7f6ac6f3baa8c" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |