ScoopInstaller_Main/bucket/surrealdb.json
2026-02-17 16:39:38 +00:00

25 lines
837 B
JSON

{
"version": "3.0.0",
"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/v3.0.0/surreal-v3.0.0.windows-amd64.exe#/surreal.exe",
"hash": "c88b107dceefab47b95bb3a3bc837f428242605b71c3bf55d930ae6e1c4dc7d4"
}
},
"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"
}
}
}
}