mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"homepage": "https://ravendb.net",
|
|
"description": "NoSQL database built on .NET Core.",
|
|
"version": "5.0.0",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://ravendb.net/terms/commercial"
|
|
},
|
|
"suggest": {
|
|
"Visual C++ Redistributable 2015": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.0.0-windows-x86.zip",
|
|
"hash": "c0c42f3afc49b9801f9d4e52931146e61d269f012bc1e63e35c9183047ccf2c7"
|
|
},
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.0.0-windows-x64.zip",
|
|
"hash": "2935a588cd550df09123dba73720f37a8d3d6a1d8e57fede80cfc7ade0629bc5"
|
|
}
|
|
},
|
|
"installer": {
|
|
"script": [
|
|
"if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){",
|
|
" Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"",
|
|
"}"
|
|
]
|
|
},
|
|
"bin": [
|
|
"Server\\rvn.exe",
|
|
"Server\\Raven.Server.exe",
|
|
"Server\\Raven.Debug.exe",
|
|
[
|
|
"run.ps1",
|
|
"raven-run"
|
|
],
|
|
[
|
|
"setup-as-service.ps1",
|
|
"raven-setup-as-service"
|
|
],
|
|
[
|
|
"uninstall-service.ps1",
|
|
"raven-uninstall-service"
|
|
]
|
|
],
|
|
"persist": "Server\\settings.json",
|
|
"checkver": {
|
|
"url": "https://ravendb.net/download",
|
|
"regex": "Latest STABLE <span class=\"text-primary\">([\\d.]+)</span></h1>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|