ScoopInstaller_Main/bucket/surrealdb.json
2024-03-16 00:33:14 +00:00

25 lines
837 B
JSON

{
"version": "1.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/v1.3.1/surreal-v1.3.1.windows-amd64.exe#/surreal.exe",
"hash": "3859d2bd03ed33f1082c240d4c957ca7a2d7bf96187e39a81f97cd495840eba7"
}
},
"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"
}
}
}
}