{
    "version": "0.54-1",
    "description": "The \"vanilla\" distribution of Pure Data (aka Pd Vanilla) is an open source visual programming language for multimedia.",
    "homepage": "https://puredata.info/",
    "license": {
        "identifier": "Standard-Improved-BSD",
        "url": "http://msp.ucsd.edu/Software/LICENSE.txt"
    },
    "architecture": {
        "64bit": {
            "url": "http://msp.ucsd.edu/Software/pd-0.54-1.msw.zip",
            "hash": "8e6f7edecaa496c3c15af2f8021c0894b112aaf799a26f3c22c3ee37bd959f54",
            "extract_dir": "pd-0.54-1"
        },
        "32bit": {
            "url": "http://msp.ucsd.edu/Software/pd-0.54-1-i386.msw.zip",
            "hash": "19c0df30516f8729ee8495beb469a9a0f522debc4df2619e77d1da61d012e3cd",
            "extract_dir": "pd-0.54-1-i386"
        }
    },
    "bin": [
        "bin\\pd.com",
        "bin\\pdsend.exe",
        "bin\\pdreceive.exe"
    ],
    "shortcuts": [
        [
            "bin\\pd.exe",
            "Pure Data"
        ]
    ],
    "checkver": {
        "url": "http://msp.ucsd.edu/software.html",
        "regex": "CURRENT STABLE RELEASE, version ([\\d.-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://msp.ucsd.edu/Software/pd-$version.msw.zip",
                "extract_dir": "pd-$version"
            },
            "32bit": {
                "url": "http://msp.ucsd.edu/Software/pd-$version-i386.msw.zip",
                "extract_dir": "pd-$version-i386"
            }
        }
    }
}
