{
    "version": "1.18.2",
    "description": "Terminal graphics for the 21st century.",
    "homepage": "https://hpjansson.org/chafa/",
    "license": "LGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://hpjansson.org/chafa/releases/static/chafa-1.18.2-1-x86_64-windows.zip",
            "hash": "dcd3245c31851eef11eb077fefc12c6c76f3b0616754f0275fa8c3cb1e694165",
            "extract_dir": "chafa-1.18.2-1-x86_64-win"
        }
    },
    "bin": "chafa.exe",
    "checkver": {
        "url": "https://hpjansson.org/chafa/download/",
        "regex": "releases/static/chafa-([\\d.]+)-(?<rel>\\d)-x86_64-windows.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://hpjansson.org/chafa/releases/static/chafa-$version-$matchRel-x86_64-windows.zip",
                "extract_dir": "chafa-$version-$matchRel-x86_64-win"
            }
        }
    }
}
