mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
25 lines
837 B
JSON
25 lines
837 B
JSON
{
|
|
"version": "2.6.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/v2.6.0/surreal-v2.6.0.windows-amd64.exe#/surreal.exe",
|
|
"hash": "77b25630d158892f6939e2999177425e0096936d478f5ca7802e6f5c7b100ed3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|