{
    "version": "0.9.3",
    "description": "A visual programming environment for audio experimentation, prototyping and education",
    "homepage": "https://plugdata.org/",
    "license": {
        "identifier": "GPL-3.0",
        "url": "https://github.com/plugdata-team/plugdata/blob/main/LICENSE"
    },
    "notes": "Settings are stored in '%APPDATA%\\plugdata', and are not persisted by Scoop.",
    "architecture": {
        "32bit": {
            "url": "https://github.com/plugdata-team/plugdata/releases/download/v0.9.3/plugdata-Win32.msi",
            "hash": "e13895f0758ef7df30c60855b301c082412a9bf29062c82cc5d4205ab2d892c8"
        },
        "64bit": {
            "url": "https://github.com/plugdata-team/plugdata/releases/download/v0.9.3/plugdata-Win64.msi",
            "hash": "3be7a5b73328b999f962050b75043a63db31222d4f5e4fd1676bd2ea3f4daeb0"
        }
    },
    "shortcuts": [
        [
            "plugdata/plugdata.exe",
            "Plug Data"
        ]
    ],
    "checkver": {
        "url": "https://github.com/plugdata-team/plugdata/releases",
        "regex": "(?<!plugdata )v(\\d+\\.\\d+\\.\\d+)(?!-)"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/plugdata-team/plugdata/releases/download/v$version/plugdata-Win32.msi"
            },
            "64bit": {
                "url": "https://github.com/plugdata-team/plugdata/releases/download/v$version/plugdata-Win64.msi"
            }
        }
    }
}
