{
    "version": "4.2.0-1",
    "description": "The user-friendly, lightweight, and fast email client",
    "homepage": "https://www.claws-mail.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://www.claws-mail.org/win32/claws-mail-4.2.0-1-64bit.exe#/dl.7z",
            "hash": "b9bd7250adf5beae4d16e9f4cd65c9747f509fe6097a09e7ea1e8ed1b9f74896"
        },
        "32bit": {
            "url": "https://www.claws-mail.org/win32/claws-mail-4.2.0-1-32bit.exe#/dl.7z",
            "hash": "08794c3f715b196453ef0e7107964931ff68b3d8a4f1b607af92858e9e4d17fa"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\claws-mail-uninstall.exe\" -Force -Recurse",
    "bin": "claws-mail.exe",
    "shortcuts": [
        [
            "claws-mail.exe",
            "Claws Mail"
        ]
    ],
    "checkver": {
        "url": "https://www.claws-mail.org/win32/",
        "regex": "claws-mail-(4[\\d.-]+)-32bit\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.claws-mail.org/win32/claws-mail-$version-64bit.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://www.claws-mail.org/win32/claws-mail-$version-32bit.exe#/dl.7z"
            }
        }
    }
}
