{
    "version": "1.9.36",
    "description": "A compact GUI database manager for SQLite",
    "homepage": "https://www.yunqa.de/delphi/apps/sqlitespy/index",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.36.zip",
            "hash": "aef3e2d78739d58b3331336c617784e053993a1497d91c9b0851895ee14dd049",
            "extract_dir": "win64"
        },
        "32bit": {
            "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v1.9.36.zip",
            "hash": "aef3e2d78739d58b3331336c617784e053993a1497d91c9b0851895ee14dd049",
            "extract_dir": "win32"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\SQLiteSpy.db3\")) { New-Item \"$dir\\SQLiteSpy.db3\" | Out-Null }",
    "bin": "SQLiteSpy.exe",
    "shortcuts": [
        [
            "SQLiteSpy.exe",
            "SQLiteSpy"
        ]
    ],
    "persist": "SQLiteSpy.db3",
    "checkver": "SQLiteSpy_v([\\d.]+)\\.zip",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v$version.zip"
            },
            "32bit": {
                "url": "https://www.yunqa.de/delphi/downloads/SQLiteSpy_v$version.zip"
            }
        }
    }
}
