mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.4.5",
 | 
						|
    "description": "NoSQL database built on .NET Core",
 | 
						|
    "homepage": "https://ravendb.net",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Freeware",
 | 
						|
        "url": "https://ravendb.net/terms/commercial"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "Visual C++ Redistributable 2015": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.5-windows-x64.zip",
 | 
						|
            "hash": "e68aecbaaf7941a7ad8ed539c5119d9269953e5086a919809ed7ce9fe8341d69"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.5-windows-x86.zip",
 | 
						|
            "hash": "9d07786808c59002aed7e40b95775d1f7af0928b8ddf5a8ebdc449f5b6cc83f4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |