mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/mongodb: Updated for version 2.6.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a523da8307
commit
d884e67b46
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# Home Page http://www.mongodb.org
|
||||
|
||||
PRGNAM="mongodb"
|
||||
VERSION=${VERSION:-2.6.5}
|
||||
VERSION=${VERSION:-2.6.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mongodb"
|
||||
VERSION="2.6.5"
|
||||
VERSION="2.6.7"
|
||||
HOMEPAGE="http://www.mongodb.org/"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.5.tgz"
|
||||
MD5SUM="08bbceac04b072f596a6f7593c1241ae"
|
||||
DOWNLOAD_x86_64="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.5.tgz"
|
||||
MD5SUM_x86_64="933fb038082f6eeb8182964bd51880c1"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.7.tgz"
|
||||
MD5SUM="87a57c05e428fe1ced619e63107140ff"
|
||||
DOWNLOAD_x86_64="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.7.tgz"
|
||||
MD5SUM_x86_64="d999313e7bbfcf814c845a7476246b77"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Miguel De Anda"
|
||||
EMAIL="miguel@thedeanda.com"
|
||||
|
|
Loading…
Reference in a new issue