{
    "version": "15.1",
    "description": "Free UML Tool for Fast UML Diagrams",
    "homepage": "https://www.umlet.com/",
    "license": "GPL-3.0-or-later",
    "url": "https://www.umlet.com/download/umlet_15_1/umlet-standalone-15.1.zip",
    "hash": "33aa1559b3a63c14f2812f9316463d3d6b9c15f60b0f7decb8d52e5a914b308a",
    "extract_dir": "Umlet",
    "pre_install": "Set-Content \"$dir\\Umlet_cmd.bat\" '@javaw.exe -jar \"%~dp0umlet.jar\" %*' -Encoding Ascii",
    "bin": [
        "Umlet.exe",
        "Umlet_cmd.bat"
    ],
    "shortcuts": [
        [
            "Umlet.exe",
            "Umlet",
            "Umlet_cmd.bat"
        ]
    ],
    "checkver": {
        "url": "https://www.umlet.com/changes.htm",
        "regex": "umlet-standalone-([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://www.umlet.com/download/umlet_$majorVersion_$minorVersion/umlet-standalone-$version.zip"
    }
}
