sqlpage: Add version 0.17.1 (#5237)

* sqlpage: Add version 0.15.1

* Update sqlpage.json

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
fnuttens 2024-01-16 13:45:56 +01:00 committed by GitHub
parent 86d123dcdf
commit 1405a8eadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/sqlpage.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}
}
}