mongodb: update to 3.0.3.

This commit is contained in:
Enno Boland 2015-05-14 10:02:48 +02:00
parent d4b5e7bba8
commit a398db5e92
2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "yes" ]; then
chown -R mongodb var/lib/mongodb/* var/log/mongodb/*
fi
;;
esac

View File

@ -1,6 +1,6 @@
# Template file for 'mongodb'
pkgname=mongodb
version=3.0.2
version=3.0.3
revision=1
hostmakedepends="scons"
makedepends="boost-devel pcre-devel snappy-devel libressl-devel libpcap-devel gperftools-devel"
@ -12,7 +12,7 @@ maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.mongodb.org"
license="AGPL-3"
distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz"
checksum="010522203cdb9bbff52fbd9fe299b67686bb1256e2e55eb78abf35444f668399"
checksum="57765a81c18a0bb674fbe63bc507111d8795596eb9c9492028903985b4720807"
make_dirs="
/var/lib/mongodb 0700 mongodb mongodb
/var/log/mongodb 0750 mongodb mongodb"