mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"version": "0.30.1",
|
|
"description": "SQL-only webapp builder, empowering data analysts to build websites and applications quickly",
|
|
"homepage": "https://sql.ophir.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lovasoa/SQLpage/releases/download/v0.30.1/sqlpage-windows.zip",
|
|
"hash": "9059c8bb995edf47c282d489d3b78c3f8e1ac183bfb3e3a292448ed7b2d0c2e6"
|
|
}
|
|
},
|
|
"bin": "sqlpage.exe",
|
|
"persist": "sqlpage",
|
|
"checkver": {
|
|
"github": "https://github.com/lovasoa/SQLpage"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lovasoa/SQLpage/releases/download/v$version/sqlpage-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|