{
    "version": "3.4.4",
    "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.4/sqlitestudio_x64-3.4.4.zip",
            "hash": "1836c8c1f32d879098fcbda4d11391f91407b4b9fa8a3a799b61ec5b582b6425"
        },
        "32bit": {
            "url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.4/sqlitestudio_i386-3.4.4.zip",
            "hash": "1cc779d6eb41952131eba63e9d221454daf9e582e864ec64f32175bd2f3156d1"
        }
    },
    "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_x64-$version.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_i386-$version.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>"
                }
            }
        }
    }
}
