Skip to content

Commit

Permalink
[FluidSynth] update to 2.2.6 (#23808)
Browse files Browse the repository at this point in the history
* [FluidSynth] update to 2.2.6

* add version

* update version
  • Loading branch information
FrankXie05 authored Mar 28, 2022
1 parent 9b7e039 commit 16659d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/fluidsynth/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions ports/fluidsynth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fluidsynth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7740f8dfb97fa273a9f9ed740ade48f9953ff393",
"version": "2.2.6",
"port-version": 0
},
{
"git-tree": "5ffab5df62c9846a6daa5acbd13fd6966594ed77",
"version": "2.2.4",
Expand Down

0 comments on commit 16659d0

Please sign in to comment.