ScoopInstaller_Main/bucket/surrealdb.json
2024-01-09 20:24:36 +00:00

25 lines
837 B
JSON

{
"version": "1.1.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/v1.1.0/surreal-v1.1.0.windows-amd64.exe#/surreal.exe",
"hash": "71e36adaba1fddbd13ff8c70ee179087046afafe55dbbea9f37d3f26e582b01c"
}
},
"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"
}
}
}
}