{
    "version": "3.4.21",
    "description": "A SQLite database manager",
    "homepage": "https://sqlitestudio.pl",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.21/sqlitestudio-3.4.21-windows-x64.zip",
            "hash": "5d1f4974fe1d7517a7bd23f86985eaf934149625e3cefc6c98bba473a1658620"
        },
        "32bit": {
            "url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.21/sqlitestudio-3.4.21-windows-x86.zip",
            "hash": "c198976cb39cb1ea0d63f5ed6adb3357e2ef0fc77a715079e5926d10291b63d3"
        }
    },
    "extract_dir": "SQLiteStudio",
    "bin": "SQLiteStudio.exe",
    "shortcuts": [
        [
            "SQLiteStudio.exe",
            "SQLiteStudio"
        ]
    ],
    "checkver": {
        "github": "https://github.com/pawelsalawa/sqlitestudio"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio-$version-windows-x64.zip",
                "hash": {
                    "url": "https://github.com/pawelsalawa/sqlitestudio/releases/tag/$version",
                    "find": "<td>Windows\\s+?x64<\\/td>\\s*?<td>Portable<\\/td>[\\s\\S]*?<code>(.*?)<\\/code>"
                }
            },
            "32bit": {
                "url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio-$version-windows-x86.zip",
                "hash": {
                    "url": "https://github.com/pawelsalawa/sqlitestudio/releases/tag/$version",
                    "find": "<td>Windows\\s+?i386<\\/td>\\s*?<td>Portable<\\/td>[\\s\\S]*?<code>(.*?)<\\/code>"
                }
            }
        }
    }
}
