Extras/bucket/fluidsynth.json
2026-07-25 09:01:00 +00:00

40 lines
1.7 KiB
JSON

{
"version": "2.5.7",
"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.7/fluidsynth-v2.5.7-win10-x64-cpp11.zip",
"hash": "fd40c259c56afd6c9ed02ca6c543f896524ade2e3eada28894df7839794f24c9",
"extract_dir": "fluidsynth-v2.5.7-win10-x64-cpp11"
},
"32bit": {
"url": "https://github.com/FluidSynth/fluidsynth/releases/download/v2.5.7/fluidsynth-v2.5.7-win10-x86-cpp11.zip",
"hash": "bfb0a03f64ba3216adde0e8a577bda97900c46a6acc835b1bdcfe9ee59e615d8",
"extract_dir": "fluidsynth-v2.5.7-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"
}
}
}
}