ScoopInstaller_Main/bucket/mongodb-database-tools.json
2021-02-05 03:00:23 +00:00

38 lines
1.4 KiB
JSON

{
"version": "100.3.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": "main/mongodb"
},
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.3.0.zip",
"hash": "9045be8b919b189438e76efeb69c696b62c2e7aa2c3db1ca80fc1f1584a41627",
"extract_dir": "mongodb-database-tools-windows-x86_64-100.3.0"
}
},
"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.zip",
"extract_dir": "mongodb-database-tools-windows-x86_64-$version"
}
},
"hash": {
"url": "https://s3.amazonaws.com/downloads.mongodb.org/tools/db/release.json",
"mode": "json",
"jsonpath": "$.versions[0].downloads[?(@.name=='windows')].archive.sha256"
}
}
}