system/mongodb: Updated for version 2.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
dac114f878
commit
cf10ac5081
|
@ -10,7 +10,7 @@ config() {
|
|||
fi
|
||||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
|
||||
preserve_perms() {
|
||||
NEW="$1"
|
||||
OLD="$(dirname $NEW)/$(basename $NEW .new)"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Home Page http://www.mongodb.org
|
||||
|
||||
PRGNAM="mongodb"
|
||||
VERSION="2.4.3"
|
||||
VERSION="2.4.4"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mongodb"
|
||||
VERSION="2.4.3"
|
||||
VERSION="2.4.4"
|
||||
HOMEPAGE="http://www.mongodb.org/"
|
||||
DOWNLOAD="http://fastdl.mongodb.org/linux/mongodb-linux-i686-2.4.3.tgz"
|
||||
MD5SUM="26cecc80a896224a21f357c78c76db26"
|
||||
DOWNLOAD_x86_64="http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.3.tgz"
|
||||
MD5SUM_x86_64="cdf9cb252e9635c4db1a309f4646aefa"
|
||||
DOWNLOAD="http://fastdl.mongodb.org/linux/mongodb-linux-i686-2.4.4.tgz"
|
||||
MD5SUM="c5f44ff096f25fde7d12aa2dd4f974e7"
|
||||
DOWNLOAD_x86_64="http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.4.tgz"
|
||||
MD5SUM_x86_64="5e1b00f99429d2874637d311de99d47c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Miguel De Anda"
|
||||
EMAIL="miguel@thedeanda.com"
|
||||
|
|
|
@ -17,4 +17,3 @@ mongodb:
|
|||
mongodb:
|
||||
mongodb:
|
||||
mongodb:
|
||||
|
||||
|
|
Loading…
Reference in New Issue