File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ get_mongodb_download_url_for ()
55
55
# https://evergreen.mongodb.com/version/5797f0493ff12235e5001f05
56
56
case " $_DISTRO " in
57
57
darwin* )
58
- MONGODB_LATEST=" http://downloads.10gen.com/osx/mongodb-osx -x86_64-enterprise-latest.tgz"
58
+ MONGODB_LATEST=" http://downloads.10gen.com/osx/mongodb-macos -x86_64-enterprise-latest.tgz"
59
59
MONGODB_40=" http://downloads.10gen.com/osx/mongodb-osx-x86_64-enterprise-${VERSION_40} .tgz"
60
60
MONGODB_36=" http://downloads.10gen.com/osx/mongodb-osx-x86_64-enterprise-${VERSION_36} .tgz"
61
61
MONGODB_34=" http://downloads.10gen.com/osx/mongodb-osx-x86_64-enterprise-${VERSION_34} .tgz"
@@ -163,7 +163,7 @@ get_mongodb_download_url_for ()
163
163
;;
164
164
windows64* )
165
165
EXTRACT=" /cygdrive/c/Progra~2/7-Zip/7z.exe x"
166
- MONGODB_LATEST=" https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus -latest.zip"
166
+ MONGODB_LATEST=" https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus -latest.zip"
167
167
MONGODB_40=" https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-${VERSION_40} .zip"
168
168
MONGODB_36=" https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-${VERSION_36} .zip"
169
169
MONGODB_34=" https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-${VERSION_34} .zip"
You can’t perform that action at this time.
0 commit comments