mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/mongodb: Updated for version 3.2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
840a7d5cc2
commit
4a1098c4cd
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM="mongodb"
|
||||
VERSION=${VERSION:-3.2.8}
|
||||
VERSION=${VERSION:-3.2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mongodb"
|
||||
VERSION="3.2.8"
|
||||
VERSION="3.2.9"
|
||||
HOMEPAGE="http://www.mongodb.org/"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.2.8.tar.gz"
|
||||
MD5SUM="5ac680a87333c5cd97ebf28eceb2fbbc"
|
||||
DOWNLOAD="https://fastdl.mongodb.org/src/mongodb-src-r3.2.9.tar.gz"
|
||||
MD5SUM="78013afebc62619f0f0c72cbf47ae75a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue