mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* Update rethinkdb.json to 2.4.3 * Update rethinkdb.json * Update rethinkdb.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
28 lines
905 B
JSON
28 lines
905 B
JSON
{
|
|
"version": "2.4.3",
|
|
"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.3.zip",
|
|
"hash": "b40ba39cda2ec8d94d831dda77b42e2dbec4614259f052114c7781bef5e1a305"
|
|
}
|
|
},
|
|
"extract_dir": "rethinkdb-2.4.3",
|
|
"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"
|
|
}
|
|
}
|