mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:50:58 +08:00
[fluidsynth] Update to 2.3.7 (#41706)
This commit is contained in:
parent
7916e2b2e0
commit
d5db75704a
@ -10,7 +10,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO FluidSynth/fluidsynth
|
||||
REF "v${VERSION}"
|
||||
SHA512 521e103e49c281ab7a44a2a275f614894062c1be6eb4df776b11e3756803c6b4b73d1e9596d364959c81b37dff4798d56798f9262c486e098f072ae1e7bef1c1
|
||||
SHA512 f5fd5ddbc4d30ded258ae3d04ba5981ce8da1132c5d93faf1e8745a9d9f89c9fb3365f0447b94e0fe0e9b032c789fcbd6e647a65a50d1f76179b53a76683d004
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
gentables.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"version": "2.3.6",
|
||||
"version": "2.3.7",
|
||||
"description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.",
|
||||
"homepage": "https://github.com/FluidSynth/fluidsynth",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -2821,7 +2821,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fluidsynth": {
|
||||
"baseline": "2.3.6",
|
||||
"baseline": "2.3.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"flux": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9d1d73e0677d9043b340490e8d4aa34dd5d07ccc",
|
||||
"version": "2.3.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cf13356ad9581efb282fd17c61be1bdc43648155",
|
||||
"version": "2.3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user