mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 06:21:21 +00:00
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"version": "0.19.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.19.0/sqlpage-windows.zip",
|
|
"hash": "edd2e09042453eaf8751dbb82309ca2465af28c139c8dab019b6c1c7210e380d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|