mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
905 B
JSON
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"
|
|
}
|
|
}
|