ScoopInstaller_Main/bucket/surrealdb.json
2025-06-19 16:29:51 +00:00

25 lines
837 B
JSON

{
"version": "2.3.5",
"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.5/surreal-v2.3.5.windows-amd64.exe#/surreal.exe",
"hash": "8348962b0362401ee1cad742875b86cf5c38ab5e877b8da6f967887b7ead36a2"
}
},
"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"
}
}
}
}