mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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.103",
|
|
"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.103-windows-x86.zip",
|
|
"hash": "c5ba8d1812063bb0c81e31884c664b4abe11f007aa5cddec9ad69d66d1bcdd2b"
|
|
},
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.103-windows-x64.zip",
|
|
"hash": "f7fe29d336c6152955a302132f9030bbf5dbab5c5d375cb4586131813a429f2b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|