mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			837 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			837 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.3.1",
 | 
						|
    "homepage": "https://surrealdb.com/",
 | 
						|
    "description": "A scalable, distributed, collaborative, document-graph database, for the realtime web.",
 | 
						|
    "license": "BUSL-1.1|Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://download.surrealdb.com/v2.3.1/surreal-v2.3.1.windows-amd64.exe#/surreal.exe",
 | 
						|
            "hash": "671760e0cfed47d0e7a7c5d71caa2f043fecf3f61e489cb820023202285d1746"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "surreal.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://version.surrealdb.com/",
 | 
						|
        "regex": "v([\\w.-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://download.surrealdb.com/v$version/surreal-v$version.windows-amd64.exe#/surreal.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |