diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-08 21:58:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-08 21:58:19 +0700 |
commit | 0e5c72c18bdb978aac9f947b723899c2f023cec6 (patch) | |
tree | 6de450de64f7f78ca757c31e84afa810df74b283 /development/mongodb-compass/mongodb-compass.SlackBuild | |
parent | 63fe32ff44771b321d91126954f7ed55f670f4cd (diff) |
development/mongodb-compass: Updated for version 1.39.4.
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 25b929d258568..293cadeef9c86 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.3} +VERSION=${VERSION:-1.39.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |