mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 14:51:22 +00:00
RavenDB: Add version 4.2.4 (#526)
* RavenDB: Add version 4.2.4 * Apply suggestion (homepage) Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Apply suggestion (license) Co-Authored-By: linsui <36977733+linsui@users.noreply.github.com> * add persist, modify suggest * Modify persist * Update ravendb.json * Apply suggestion (pre_install) Co-Authored-By: linsui <36977733+linsui@users.noreply.github.com> * pre_install: use New-Item instead of Set-Content * installer: copy from settings.default.json * installer: Add quotes on Test-Path
This commit is contained in:
parent
3cfb649f44
commit
2649f5b4a1
61
bucket/ravendb.json
Normal file
61
bucket/ravendb.json
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"homepage": "https://ravendb.net",
|
||||
"description": "NoSQL database built on .NET Core.",
|
||||
"version": "4.2.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-4.2.4-windows-x86.zip",
|
||||
"hash": "e93516db0f8f37772de490068a655fc7b3794b6061b5c8abffaafa9dde4fd197"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.4-windows-x64.zip",
|
||||
"hash": "8e65f887a677e78a92e57faf71363c17a1b2bf54b0c490f5b2618b597117dd99"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user