{
    "version": "2.5.4",
    "description": "Software synthesizer based on the SoundFont 2 specifications.",
    "homepage": "https://www.fluidsynth.org",
    "license": {
        "identifier": "LGPL-2.1-only",
        "url": "https://github.com/FluidSynth/fluidsynth/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.5.4/fluidsynth-v2.5.4-win10-x64-cpp11.zip",
            "hash": "cc8959425acdcf09d3af546e77f22072857af8d8ecec2c38972bc8d9cc188e60",
            "extract_dir": "fluidsynth-v2.5.4-win10-x64-cpp11"
        },
        "32bit": {
            "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.5.4/fluidsynth-v2.5.4-win10-x86-cpp11.zip",
            "hash": "319e1595a508e7fcec43e778d7cc9c9852dcb411a51b3b689e5f5964f18e47dd",
            "extract_dir": "fluidsynth-v2.5.4-win10-x86-cpp11"
        }
    },
    "env_add_path": "bin",
    "checkver": {
        "github": "https://api.github.com/repos/FluidSynth/fluidsynth/releases",
        "jsonpath": "$..assets[?(@.name =~ /win(?!.+glib).+\\.zip$/i)].browser_download_url",
        "regex": "(?i)download/(?<tag>v?([\\d.]+))/(?<prefix>[^\"]+)-x(?:64|86)(?<suffix>-[^\"]+)?\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/FluidSynth/fluidsynth/releases/download/$matchTag/$matchPrefix-x64$matchSuffix.zip",
                "extract_dir": "$matchPrefix-x64$matchSuffix"
            },
            "32bit": {
                "url": "https://github.com/FluidSynth/fluidsynth/releases/download/$matchTag/$matchPrefix-x86$matchSuffix.zip",
                "extract_dir": "$matchPrefix-x86$matchSuffix"
            }
        }
    }
}
