diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:06:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:06:47 +0700 |
commit | 347c8e0ed486b723767f0c1b658206d953859f41 (patch) | |
tree | 0367d43e37aff76fd6d979c47be1675249edd84f /development/mongodb-compass | |
parent | 1a2b1134624816b11acfe151ca5ede3ce9d8219e (diff) | |
download | slackbuilds-347c8e0ed486b723767f0c1b658206d953859f41.tar.gz |
development/mongodb-compass: Updated for version 1.28.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 cb236f7ed2..4908dc1354 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.28.2} +VERSION=${VERSION:-1.28.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 409daa2266..eabafeca66 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.28.2" +VERSION="1.28.4" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.28.2.x86_64.rpm" -MD5SUM_x86_64="e92d2c8e2078119ffad664fb4281ad31" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.28.4.x86_64.rpm" +MD5SUM_x86_64="2c9e778097e341c6df7cab96303e2411" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |