mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
22 lines
728 B
JSON
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"
|
|
}
|
|
}
|