diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:16:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:16:01 +0700 |
commit | bb4dca8651bd390a0b94601340f304257f9e3285 (patch) | |
tree | e87e16e90c327ede319188c916963e0911941f0c /development/mongodb-compass | |
parent | b29dca895ee7f560119c2c425b05d1ab0775c60f (diff) |
development/mongodb-compass: Updated for version 1.29.6.
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 f09a6ba5fb392..5261793c0b07a 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.29.5} +VERSION=${VERSION:-1.29.6} 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 679565b04f7a6..9fd3bcf5cf178 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.29.5" +VERSION="1.29.6" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.29.5.x86_64.rpm" -MD5SUM_x86_64="1ec8f22b4098af75464ef36e0efaa288" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.29.6.x86_64.rpm" +MD5SUM_x86_64="1e147f79ab55bae82026a9ac3b5ac779" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |