system/mongodb: Updated for version 3.2.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Miguel De Anda 2016-08-07 17:51:35 +07:00 committed by Willy Sudiarto Raharjo
parent 04af1e1420
commit b61d2db033
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM="mongodb" PRGNAM="mongodb"
VERSION=${VERSION:-3.2.0} VERSION=${VERSION:-3.2.8}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -91,6 +91,10 @@ else
scons --ssl --disable-warnings-as-errors --prefix=${PKG}/usr core --wiredtiger=off install scons --ssl --disable-warnings-as-errors --prefix=${PKG}/usr core --wiredtiger=off install
fi fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION} mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION}
cp distsrc/* ${PKG}/usr/doc/${PRGNAM}-${VERSION} cp distsrc/* ${PKG}/usr/doc/${PRGNAM}-${VERSION}

View file

@ -1,8 +1,8 @@
PRGNAM="mongodb" PRGNAM="mongodb"
VERSION="3.2.0" VERSION="3.2.8"
HOMEPAGE="http://www.mongodb.org/" HOMEPAGE="http://www.mongodb.org/"
DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.2.0.tar.gz" DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.2.8.tar.gz"
MD5SUM="52062a6d229c9dd66964771a8a2e6dff" MD5SUM="5ac680a87333c5cd97ebf28eceb2fbbc"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""