summaryrefslogtreecommitdiffstats
path: root/system/mongodb
diff options
context:
space:
mode:
author Miguel De Anda <miguel@thedeanda.com>2014-05-22 14:35:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-23 09:16:28 +0700
commit923e2f3bfbcc9e772c816b8e764a7d370c43ae52 (patch)
treed9064ee1b6ab0dfea7b31663f83ae14875a59455 /system/mongodb
parent091d4258bc760a95d2b102b23e5cc7d6e02d8ce3 (diff)
downloadslackbuilds-923e2f3bfbcc9e772c816b8e764a7d370c43ae52.tar.gz
slackbuilds-923e2f3bfbcc9e772c816b8e764a7d370c43ae52.tar.xz
system/mongodb: Updated for version 2.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb')
-rw-r--r--system/mongodb/mongodb.SlackBuild10
-rw-r--r--system/mongodb/mongodb.info10
2 files changed, 10 insertions, 10 deletions
diff --git a/system/mongodb/mongodb.SlackBuild b/system/mongodb/mongodb.SlackBuild
index ce6825fdcc..346b0da531 100644
--- a/system/mongodb/mongodb.SlackBuild
+++ b/system/mongodb/mongodb.SlackBuild
@@ -4,7 +4,7 @@
# Home Page http://www.mongodb.org
PRGNAM="mongodb"
-VERSION=${VERSION:-2.6.0}
+VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -30,10 +30,10 @@ tar xvf $CWD/$PRGNAM-linux-$ARCH-$VERSION.tgz
cd $PRGNAM-linux-$ARCH-$VERSION
chown -R root.root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION}
cp GNU-AGPL-3.0 README THIRD-PARTY-NOTICES ${PKG}/usr/doc/${PRGNAM}-${VERSION}
diff --git a/system/mongodb/mongodb.info b/system/mongodb/mongodb.info
index 68f06e8ef0..90ff5bf0ee 100644
--- a/system/mongodb/mongodb.info
+++ b/system/mongodb/mongodb.info
@@ -1,10 +1,10 @@
PRGNAM="mongodb"
-VERSION="2.6.0"
+VERSION="2.6.1"
HOMEPAGE="http://www.mongodb.org/"
-DOWNLOAD="https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.0.tgz"
-MD5SUM="0a03b1064e58196e40f94b44c3580d2d"
-DOWNLOAD_x86_64="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.0.tgz"
-MD5SUM_x86_64="6491fa5e7683bd8e0cfc8d78a316b0d5"
+DOWNLOAD="https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.1.tgz"
+MD5SUM="fb3c5fb843344c0a94f8de667f373629"
+DOWNLOAD_x86_64="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz"
+MD5SUM_x86_64="d3e5505d95c67ba52206960995655ec7"
REQUIRES=""
MAINTAINER="Miguel De Anda"
EMAIL="miguel@thedeanda.com"