{
    "version": "0.82.0",
    "description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
    "homepage": "https://uncrustify.sourceforge.net",
    "license": "LGPL-2.1-only",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.82.0/uncrustify-0.82.0_f-win64.zip",
            "hash": "sha1:804a5ce96afcad89c393185a471c632b04afaa31"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.82.0/uncrustify-0.82.0_f-win32.zip",
            "hash": "sha1:7b7046f7699c2a3f20df3165c43e620f62b730fa"
        }
    },
    "bin": "bin\\uncrustify.exe",
    "checkver": {
        "sourceforge": "uncrustify",
        "regex": "uncrustify-(?<fver>[\\d.]+)/uncrustify-([\\d.]+)_"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$matchFver/uncrustify-$version_f-win64.zip"
            },
            "32bit": {
                "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$matchFver/uncrustify-$version_f-win32.zip"
            }
        }
    }
}
