2024-06-23 20:25:27 +00:00

25 lines
794 B
JSON

{
"version": "0.24.0",
"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.24.0/sqlpage-windows.zip",
"hash": "b2905b9f49a6f8353ddaf2e3d83a8345930a46be8b4a4fa0c91ce60fdf79b599"
}
},
"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"
}
}
}
}