diff options
| author | JackMacWindows <jackmacwindowslinux@gmail.com> | 2021-07-06 16:38:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:38:46 -0700 |
| commit | 92340aa815c688bced2598b52f6b0a4a73a5d127 (patch) | |
| tree | fa7dd88b3fe8f8d5c08dafef0689de160b6c9f57 /versions | |
| parent | ae5b1cf41bfa74b88be6438076afe2fdc10608cb (diff) | |
| download | vcpkg-92340aa815c688bced2598b52f6b0a4a73a5d127.tar.gz vcpkg-92340aa815c688bced2598b52f6b0a4a73a5d127.zip | |
[sdl2-mixer] Add fluidsynth feature (#18826)
* [sdl2-mixer] Add fluidsynth feature
* [sdl2-mixer] Add fluidsynth feature
* [sdl2-mixer] Add fluidsynth feature
* Updated versions & fixed style
* Fixed version hash
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/sdl2-mixer.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ef3eaaabc..248f8756f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5682,7 +5682,7 @@ }, "sdl2-mixer": { "baseline": "2.0.4", - "port-version": 11 + "port-version": 12 }, "sdl2-net": { "baseline": "2.0.1-8", diff --git a/versions/s-/sdl2-mixer.json b/versions/s-/sdl2-mixer.json index b563ccff5..2828ed5b1 100644 --- a/versions/s-/sdl2-mixer.json +++ b/versions/s-/sdl2-mixer.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "fe2777f2acc7962d9d08092e4778221468e212cd", + "version": "2.0.4", + "port-version": 12 + }, + { "git-tree": "1ccb56f06529841debee949a42b71f5ce4ad1f16", "version": "2.0.4", "port-version": 11 |
