ScoopInstaller_Main/bucket/surrealdb.json
2024-10-08 16:30:50 +00:00

25 lines
837 B
JSON

{
"version": "2.0.4",
"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.0.4/surreal-v2.0.4.windows-amd64.exe#/surreal.exe",
"hash": "c5416ff129e76a3626c0ebcefc30f384073cb843c69c479186b34b876486b574"
}
},
"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"
}
}
}
}