{
    "version": "4.4.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.4.0-1-64bit.exe#/dl.7z",
            "hash": "0fad3f06f7a758535f08a13d992450555d57a10726fc11c52407c3fcdda57ef8"
        },
        "32bit": {
            "url": "https://www.claws-mail.org/win32/claws-mail-4.4.0-1-32bit.exe#/dl.7z",
            "hash": "b2879304e66623e9e2d2da1fa70515c40daad74d4766f368c301421cbf54af34"
        }
    },
    "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"
            }
        }
    }
}
