From 16659d00274c7425022c9f2a8c6fdc7245b6052b Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Tue, 29 Mar 2022 04:44:37 +0800 Subject: [PATCH] [FluidSynth] update to 2.2.6 (#23808) * [FluidSynth] update to 2.2.6 * add version * update version --- ports/fluidsynth/portfile.cmake | 4 ++-- ports/fluidsynth/vcpkg.json | 4 ++-- versions/baseline.json | 4 ++-- versions/f-/fluidsynth.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ports/fluidsynth/portfile.cmake b/ports/fluidsynth/portfile.cmake index d237b8d4a3..fd9f48d465 100644 --- a/ports/fluidsynth/portfile.cmake +++ b/ports/fluidsynth/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO FluidSynth/fluidsynth - REF 6c807bdd37748411801e93c48fcd5789d5a6a278 #v2.2.4 - SHA512 5fab3b4d58fa47825cf6afc816828fb57879523b8d7659fb20deacdf5439e74fd4b0f2b3f03a8db89cc4106b3b36f2ec450a858e02af30245b6413db70060a11 + REF 8b00644751578ba67b709a827cbe5133d849d339 #v2.2.6 + SHA512 37361c6fdbb54eba78e59f03c9ca702129f0fb522721dfb4e744fdc9a8721e665728fa5606bc68c2fb2ce971b4829cfc472f0a7cd72ce3fe14b3a335b098f7ec HEAD_REF master PATCHES fix-dependencies.patch diff --git a/ports/fluidsynth/vcpkg.json b/ports/fluidsynth/vcpkg.json index 19da38b941..0cb01fc4bf 100644 --- a/ports/fluidsynth/vcpkg.json +++ b/ports/fluidsynth/vcpkg.json @@ -1,9 +1,9 @@ { "name": "fluidsynth", - "version": "2.2.4", - "port-version": 1, + "version": "2.2.6", "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", "dependencies": [ { "name": "fluidsynth", diff --git a/versions/baseline.json b/versions/baseline.json index 52f8efe690..ebb32b7506 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2233,8 +2233,8 @@ "port-version": 2 }, "fluidsynth": { - "baseline": "2.2.4", - "port-version": 1 + "baseline": "2.2.6", + "port-version": 0 }, "fmem": { "baseline": "c-libs-2ccee3d2fb", diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index 09153fa1a0..8b85a542fe 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7740f8dfb97fa273a9f9ed740ade48f9953ff393", + "version": "2.2.6", + "port-version": 0 + }, { "git-tree": "5ffab5df62c9846a6daa5acbd13fd6966594ed77", "version": "2.2.4",