mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21: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": "5.0.4",
|
|
"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.4-windows-x86.zip",
|
|
"hash": "afd36f51b8f9f24d7240a2de30a15eaba94dbd9d7d0f2c404fc884a058d841ea"
|
|
},
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.0.4-windows-x64.zip",
|
|
"hash": "c572e58c3f2609bc87410c2eaa73dafe0c75ee51f983ba74db0207ed5f9569a9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|