-
Notifications
You must be signed in to change notification settings - Fork 9
/
mongodb-database-tools.json
37 lines (37 loc) · 1.37 KB
/
mongodb-database-tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "100.10.0",
"description": "A collection of command-line utilities for working with a MongoDB deployment.",
"homepage": "https://docs.mongodb.com/database-tools/",
"license": {
"identifier": "SSPL-1.0",
"url": "https://www.mongodb.com/licensing/server-side-public-license"
},
"suggest": {
"MongoDB": "mongodb"
},
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.10.0.msi",
"hash": "12103ec847a8a5a824a3eb4a32f1453efe3d115b4b3ba07037e4f38176f55907"
}
},
"extract_dir": "MongoDB\\Tools\\100",
"env_add_path": "bin",
"checkver": {
"url": "https://s3.amazonaws.com/downloads.mongodb.org/tools/db/release.json",
"jsonpath": "$.versions[0].version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-$version.msi"
}
},
"extract_dir": "MongoDB\\Tools\\$majorVersion",
"hash": {
"url": "https://s3.amazonaws.com/downloads.mongodb.org/tools/db/release.json",
"mode": "json",
"jsonpath": "$.versions[0].downloads[?(@.name=='windows')].package.sha256"
}
}
}