mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/mongodb: Updated for version 3.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a38a830042
commit
c3b41e59b5
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM="mongodb"
|
||||
VERSION=${VERSION:-3.0.4}
|
||||
VERSION=${VERSION:-3.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mongodb"
|
||||
VERSION="3.0.4"
|
||||
VERSION="3.0.6"
|
||||
HOMEPAGE="http://www.mongodb.org/"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.0.4.tar.gz"
|
||||
MD5SUM="d81ff3c814dd5258fde0687da1ac5bf4"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.0.6.tar.gz"
|
||||
MD5SUM="1cda3caf0d63ce9bae20de0fec7baccd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="scons"
|
||||
|
|
Loading…
Reference in a new issue