diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 08:45:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 08:45:41 +0700 |
commit | fbbbf1be552b36f280422b4654b41e8e809cd0af (patch) | |
tree | 3c1a25db25c6a051dedc9f5a7b2eec740c494fbd /development/mongodb-compass/mongodb-compass.SlackBuild | |
parent | b36816e284e35bbd943520c6ebd4d149c55ea5dd (diff) |
development/mongodb-compass: Updated for version 1.34.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass/mongodb-compass.SlackBuild')
-rw-r--r-- | development/mongodb-compass/mongodb-compass.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 7b338f9f14..031c7a72fb 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.33.1} +VERSION=${VERSION:-1.34.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |