diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 08:57:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 08:57:15 +0700 |
commit | 53ed71949e176443f7db79b303dee7ab3e33ab6a (patch) | |
tree | a4fd7dc9fc0ca8e01530251a72302967f8577801 /development/mongodb-compass | |
parent | 20132a1ec7ea3eae66a1f2808dae23be1d1e39fe (diff) |
development/mongodb-compass: Updated for version 1.44.5.
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 88606dc7e7c0..8eda28282dbe 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.44.4} +VERSION=${VERSION:-1.44.5} 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 8c3d9f84c7d8..b2aaf8e94ee3 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.44.4" +VERSION="1.44.5" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.44.4.x86_64.rpm" -MD5SUM_x86_64="e6b5a2da70386975886d9cee05b661e8" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.44.5.x86_64.rpm" +MD5SUM_x86_64="0315ae089a36590b539f3e41e0975949" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |