mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +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": "4.2.101",
|
|
"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-4.2.101-windows-x86.zip",
|
|
"hash": "84e87b3f6be79581a683926e56f92e59fd3953ae4e52a156750492cbd8407d01"
|
|
},
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.101-windows-x64.zip",
|
|
"hash": "d3d15d85158257ed9a3fc3da261a89124dca7ac630326adfc92ee647bf05c607"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|