mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"version": "5.4.103",
|
|
"description": "NoSQL database built on .NET Core",
|
|
"homepage": "https://ravendb.net",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://ravendb.net/terms/commercial"
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.103-windows-x64.zip",
|
|
"hash": "91e0089eefdaeebe9ebd9077443cea2d534edeb188123f387b95bf0ddc44b3d9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.103-windows-x86.zip",
|
|
"hash": "f3f1a1390e6b3a735b2d4e34aeb01334405b25043bf1b030bfeb1fafa9adc4fc"
|
|
}
|
|
},
|
|
"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/whats-new",
|
|
"regex": "([\\d.]+)\\s*\\(\\d+"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|