mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
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>
This commit is contained in:
parent
dcc7e8cabd
commit
5df25a6cb7
@ -1,14 +1,27 @@
|
||||
{
|
||||
"version": "2.3.6",
|
||||
"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.3.6.zip",
|
||||
"hash": "691993516f62d3495d02fa853e49d920b2ee63f8b7e86c73592c8036f0bfa328"
|
||||
"url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-2.4.3.zip",
|
||||
"hash": "b40ba39cda2ec8d94d831dda77b42e2dbec4614259f052114c7781bef5e1a305"
|
||||
}
|
||||
},
|
||||
"extract_dir": "rethinkdb-2.3.6",
|
||||
"bin": "rethinkdb.exe"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user