ScoopInstaller_Main/rethinkdb.json
Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

17 lines
569 B
JSON

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