{
    "version": "2.3.4",
    "description": "A real-time software synthesizer based on the Soundfont 2 specification.",
    "homepage": "https://www.fluidsynth.org/",
    "license": "LGPL-2.1-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.3.4/fluidsynth-2.3.4-win10-x64.zip",
            "hash": "e12ec080379c8a0e470c1e7cd1e067b9a1eb938b3deb7e2f7874bd835017cb8a"
        },
        "32bit": {
            "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.3.4/fluidsynth-2.3.4-winXP-x86.zip",
            "hash": "75c32c343c08cf8a4e35b986f3f6bfb634f699605ded01fe1513b99c96f0093b"
        }
    },
    "bin": "bin/fluidsynth.exe",
    "notes": [
        "This manifest contains the barebones FluidSynth installation.",
        "For appropriate programming DLLs, add `~/scoop/apps/fluidsynth/current/bin` to PATH.",
        "For example, executing `$env:Path += \";$(Resolve-Path '~/scoop/apps/fluidsynth/current/bin')\"` will add it to PATH for the current shell."
    ],
    "checkver": {
        "github": "https://github.com/FluidSynth/fluidsynth"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v$version/fluidsynth-$version-win10-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/FluidSynth/fluidsynth/releases/download/v$version/fluidsynth-$version-winXP-x86.zip"
            }
        }
    }
}
