ScoopInstaller_Main/bucket/surrealdb.json
2024-06-14 16:27:44 +00:00

25 lines
837 B
JSON

{
"version": "1.5.3",
"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.5.3/surreal-v1.5.3.windows-amd64.exe#/surreal.exe",
"hash": "6942b12c30f1a48d5dce578c1b0d2e489bf817c0f9863ae7f9aebe6e41cfa7ab"
}
},
"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"
}
}
}
}