ScoopInstaller_Main/bucket/rethinkdb.json
2021-05-18 01:06:30 -07:00

19 lines
615 B
JSON

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