ScoopInstaller_Main/bucket/rethinkdb.json
2019-08-15 07:24:08 -07:00

23 lines
793 B
JSON

{
"homepage": "https://www.rethinkdb.com/",
"description": "Scalable database for realtime web apps.",
"license": "Apache-2.0",
"version": "2.3.6",
"architecture": {
"64bit": {
"url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.6.zip",
"hash": "691993516f62d3495d02fa853e49d920b2ee63f8b7e86c73592c8036f0bfa328"
}
},
"bin": "rethinkdb.exe",
"extract_dir": "rethinkdb-2.3.6",
"checkver": {
"url": "https://rethinkdb.com/docs/install/windows/",
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
},
"autoupdate": {
"url": "https://download.rethinkdb.com/windows/rethinkdb-$version.zip",
"extract_dir": "rethinkdb-$version"
}
}