mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"version": "0.25.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.25.0/sqlpage-windows.zip",
|
|
"hash": "7376bb1c98b3e0cac4c9b9f428d15de0b6261ca50648f3a4ce9bcf8deb514a1b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|