ScoopInstaller_Main/rethinkdb.json
2017-07-20 22:48:47 +02:00

22 lines
762 B
JSON

{
"homepage": "https://www.rethinkdb.com/",
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"version": "2.3.6",
"architecture": {
"64bit": {
"url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.6.zip",
"hash": "691993516f62d3495d02fa853e49d920b2ee63f8b7e86c73592c8036f0bfa328"
}
},
"bin": "rethinkdb.exe",
"extract_dir": "rethinkdb-2.3.6",
"checkver": {
"url": "https://rethinkdb.com/docs/install/windows/",
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
},
"autoupdate": {
"url": "https://download.rethinkdb.com/windows/rethinkdb-$version.zip",
"extract_dir": "rethinkdb-$version"
}
}