Skip to content

Commit

Permalink
sqlpage: Fix URL and Repo (#6343)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Feb 14, 2025
1 parent 73ae79f commit 9439fbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/sqlpage.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.32.1",
"description": "SQL-only webapp builder, empowering data analysts to build websites and applications quickly",
"homepage": "https://sql.ophir.dev",
"homepage": "https://sql-page.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/lovasoa/SQLpage/releases/download/v0.32.1/sqlpage-windows.zip",
"url": "https://github.com/sqlpage/SQLpage/releases/download/v0.32.1/sqlpage-windows.zip",
"hash": "cc7467d64b38c3440a87ae4dc4e71b9f45b9d46ddc519f4f17c6a0476a97e0fc"
}
},
"bin": "sqlpage.exe",
"persist": "sqlpage",
"checkver": {
"github": "https://github.com/lovasoa/SQLpage"
"github": "https://github.com/sqlpage/SQLpage"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lovasoa/SQLpage/releases/download/v$version/sqlpage-windows.zip"
"url": "https://github.com/sqlpage/SQLpage/releases/download/v$version/sqlpage-windows.zip"
}
}
}
Expand Down

0 comments on commit 9439fbd

Please sign in to comment.