ScoopInstaller_Main/bucket/rethinkdb.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

22 lines
728 B
JSON

{
"homepage": "https://www.rethinkdb.com/",
"license": "AGPL-3.0",
"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"
}
}