ScoopInstaller_Main/rethinkdb.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02: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"
}
}