diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-04-15 22:53:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 13:53:35 -0700 |
| commit | 2bdc34f664583c138c617dc54729097840414735 (patch) | |
| tree | e6243424df603c702132652c34770639d13c4abb /versions | |
| parent | fe430b986b5eb2dd6a2aca1a6fdaa32e213c1ba7 (diff) | |
| download | vcpkg-2bdc34f664583c138c617dc54729097840414735.tar.gz vcpkg-2bdc34f664583c138c617dc54729097840414735.zip | |
[fluidsynth] update portfile features. (#17235)
* [fluidsynth] update deps.
* add all the features. (at least in the portfile)
* bump port version
* use version instead of version-string
* revert version bump
* version stuff
* default everything to off without vcpkg_check_features
* version stuff
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fluidsynth.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0e3fb6cb2..973c80f07 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1998,7 +1998,7 @@ }, "fluidsynth": { "baseline": "2.1.4", - "port-version": 0 + "port-version": 1 }, "fmem": { "baseline": "c-libs-2ccee3d2fb", diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index a766ae2ca..4df819b93 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e0fa8719cb1348a12b177ffdba4943891bede664", + "version": "2.1.4", + "port-version": 1 + }, + { "git-tree": "3c4776e7b26493ea0fa2f825a2e855231805e978", "version-string": "2.1.4", "port-version": 0 |
