mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
27 lines
910 B
JSON
27 lines
910 B
JSON
{
|
|
"version": "2.9.2",
|
|
"description": "JavaScript and Node.js 14.x REPL environment for interacting with MongoDB",
|
|
"homepage": "https://docs.mongodb.com/mongodb-shell",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.mongodb.com/compass/mongosh-2.9.2-win32-x64.zip",
|
|
"hash": "1e9b505f78830a717bfc8c22d6a904cc68e3aa5a3b47fe1453a9eb2ed400fbc0",
|
|
"extract_dir": "mongosh-2.9.2-win32-x64"
|
|
}
|
|
},
|
|
"bin": "bin\\mongosh.exe",
|
|
"checkver": {
|
|
"url": "https://www.mongodb.com/try/download/shell",
|
|
"regex": "mongosh-([\\d.]+)-win"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.mongodb.com/compass/mongosh-$version-win32-x64.zip",
|
|
"extract_dir": "mongosh-$version-win32-x64"
|
|
}
|
|
}
|
|
}
|
|
}
|