mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* sqlpage: Add version 0.15.1 * Update sqlpage.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"version": "0.17.1",
|
|
"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.17.1/sqlpage-windows.zip",
|
|
"hash": "60fe994da471dddd104fe997c0310f8a74c61833450319500ba7fb8d2554167f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|