mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"version": "0.20.5",
|
|
"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.20.5/sqlpage-windows.zip",
|
|
"hash": "63970c60f730ccf5aedc40ac27b6802a65ea9f17273bfb89dff3f10af9d24d7e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|