mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:39:00 +08:00
[fluidsynth] update to 2.3.4 (#34144)
This commit is contained in:
parent
389178885d
commit
0c49fc8401
@ -10,7 +10,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO FluidSynth/fluidsynth
|
||||
REF "v${VERSION}"
|
||||
SHA512 "702b80ff9c8e2ba9fadd46a0377a295be78900c831ec4b6b75c2f5fee7e453b2e1f5511b076ccc044be7e6eb87086230c50c317dad3597a16d610e16032410fc"
|
||||
SHA512 79891116d78b9be1c38bce9e5759b9bb732c3d8ee31c6e57d1a3e2b5548879b91d19582e73ee7fb0fd243beba3bf1bbc341a26aab0b6440eef36fc55dce3e8b0
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
gentables.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fluidsynth",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"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",
|
||||
|
@ -2613,7 +2613,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fluidsynth": {
|
||||
"baseline": "2.3.3",
|
||||
"baseline": "2.3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"flux": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a3a06acfea8bc59c70ac08c3028f9afa40134852",
|
||||
"version": "2.3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "48d3e215031eef593ac67de67ad986d1cd094e9f",
|
||||
"version": "2.3.3",
|
||||
|
Loading…
Reference in New Issue
Block a user