ScoopInstaller_Main/bucket/rethinkdb.json
Sam Hughes 5df25a6cb7
rethinkdb: Update to version 2.4.3 (#4291)
* Update rethinkdb.json to 2.4.3

* Update rethinkdb.json

* Update rethinkdb.json

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-02-01 13:10:26 +05:30

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"
}
}