2024-10-30 20:28:00 +00:00

25 lines
794 B
JSON

{
"version": "0.30.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.30.0/sqlpage-windows.zip",
"hash": "fd2fdbdeb1fda4f617adb5d6099b99c029e1ea71febb36877f81d5f0a15b198f"
}
},
"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"
}
}
}
}