ScoopInstaller_Main/bucket/rethinkdb.json
2023-12-11 04:26:36 +00:00

28 lines
905 B
JSON

{
"version": "2.4.4",
"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.4.4.zip",
"hash": "dbc33855ac5d2a983f2e8f617cddfa3a8b7305c62dff84ff6127d0e2885835ee"
}
},
"extract_dir": "rethinkdb-2.4.4",
"bin": "rethinkdb.exe",
"checkver": {
"url": "https://download.rethinkdb.com/service/rest/repository/browse/raw/windows",
"regex": "rethinkdb-([\\d.]+)\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-$version.zip"
}
},
"extract_dir": "rethinkdb-$version"
}
}