{
    "version": "12.6",
    "description": "See and edit data and structures from computers running one of the database systems MariaDB, MySQL, Microsoft SQL or PostgreSQL.",
    "homepage": "https://www.heidisql.com/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://www.heidisql.com/downloads/releases/HeidiSQL_12.6_64_Portable.zip",
            "hash": "09524fd7cf5c037afecfab25cc4af6dd9c14c038a5352152c6a5aac9bbd71358"
        },
        "32bit": {
            "url": "https://www.heidisql.com/downloads/releases/HeidiSQL_12.6_32_Portable.zip",
            "hash": "fe8364b88286ac61576e787ed6dd931e0face3eaab11f010d8384a6b988fcf77"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\portable_settings.txt\")) { New-Item \"$dir\\portable_settings.txt\" | Out-Null }",
    "bin": "heidisql.exe",
    "shortcuts": [
        [
            "heidisql.exe",
            "HeidiSQL"
        ]
    ],
    "persist": "portable_settings.txt",
    "checkver": {
        "url": "https://www.heidisql.com/download.php",
        "regex": "Download HeidiSQL ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.heidisql.com/downloads/releases/HeidiSQL_$version_64_Portable.zip"
            },
            "32bit": {
                "url": "https://www.heidisql.com/downloads/releases/HeidiSQL_$version_32_Portable.zip"
            }
        }
    }
}
