{
    "version": "3.5.4",
    "description": "A flexible software sketchbook and a language for learning how to code within the context of the visual arts",
    "homepage": "https://processing.org/",
    "license": {
        "identifier": "GPL-2.0-or-later,LGPL-2.0-or-later,IPL-1.0",
        "url": "https://raw.githubusercontent.com/processing/processing/master/license.txt"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/processing/processing/releases/download/processing-0270-3.5.4/processing-3.5.4-windows64.zip",
            "hash": "e7a3f924bc265e926e63e1ea771d1379448b58c2d0671b0f8ddadef1aa6eda0e"
        },
        "32bit": {
            "url": "https://github.com/processing/processing/releases/download/processing-0270-3.5.4/processing-3.5.4-windows32.zip",
            "hash": "e29dc633b708759dd376c3d2507f9dc75910543283098bc233f4e355e75090ca"
        }
    },
    "extract_dir": "processing-3.5.4",
    "bin": [
        "processing.exe",
        "processing-java.exe"
    ],
    "shortcuts": [
        [
            "processing.exe",
            "Processing"
        ]
    ],
    "checkver": {
        "github": "https://github.com/processing/processing",
        "regex": "/releases/tag/processing-(?<rev>[\\d]+)-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/processing/processing/releases/download/processing-$matchRev-$version/processing-$version-windows64.zip"
            },
            "32bit": {
                "url": "https://github.com/processing/processing/releases/download/processing-$matchRev-$version/processing-$version-windows32.zip"
            }
        },
        "extract_dir": "processing-$version"
    }
}
