diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 11:11:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 11:11:22 +0700 |
commit | b369fc45211e6ce95ba1290f6687b1e71bd8a926 (patch) | |
tree | d5a90ac4ef75b5d1a09fb86e476b9f6d9077d7d6 /development/mongodb-compass | |
parent | ff1c2f0963996c0011b16512f36abddd9efbe59f (diff) |
development/mongodb-compass: Updated for version 1.43.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mongodb-compass')
-rw-r--r-- | development/mongodb-compass/doinst.sh | 4 | ||||
-rw-r--r-- | development/mongodb-compass/mongodb-compass.SlackBuild | 3 | ||||
-rw-r--r-- | development/mongodb-compass/mongodb-compass.info | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/development/mongodb-compass/doinst.sh b/development/mongodb-compass/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/development/mongodb-compass/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/development/mongodb-compass/mongodb-compass.SlackBuild b/development/mongodb-compass/mongodb-compass.SlackBuild index 6e2076b1783b..a2774fed5bb0 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.43.4} +VERSION=${VERSION:-1.43.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ rm -rf $PKG/usr/share/doc mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/development/mongodb-compass/mongodb-compass.info b/development/mongodb-compass/mongodb-compass.info index e6effdbb5191..fcb0ec8d402b 100644 --- a/development/mongodb-compass/mongodb-compass.info +++ b/development/mongodb-compass/mongodb-compass.info @@ -1,10 +1,10 @@ PRGNAM="mongodb-compass" -VERSION="1.43.4" +VERSION="1.43.5" HOMEPAGE="https://www.mongodb.com/products/compass" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.43.4.x86_64.rpm" -MD5SUM_x86_64="207d05a81687477abd523898452a4856" +DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.43.5.x86_64.rpm" +MD5SUM_x86_64="8b63374839efdbd288de3f4ff7baeb51" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |