diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-01-27 21:22:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 18:22:43 -0800 |
| commit | 7f050e0be87e7850c3977ef37919624c4004dbb9 (patch) | |
| tree | 81f950a95a1e3a76384064e7ba7371909c5d3dd9 /versions | |
| parent | 09fbac728383879fa6fec703c5898f2b6c923591 (diff) | |
| download | vcpkg-7f050e0be87e7850c3977ef37919624c4004dbb9.tar.gz vcpkg-7f050e0be87e7850c3977ef37919624c4004dbb9.zip | |
[speex] Add linux and macOS support. (#15855)
* [speex] Add linux and macOS support.
* [speex] Improve portfile.cmake
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/speex.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ebd7234ce..6edad38c5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5482,7 +5482,7 @@ }, "speex": { "baseline": "1.2.0", - "port-version": 7 + "port-version": 8 }, "speexdsp": { "baseline": "1.2.0", diff --git a/versions/s-/speex.json b/versions/s-/speex.json index a177e0f96..2579e4310 100644 --- a/versions/s-/speex.json +++ b/versions/s-/speex.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "eaa4e7b1a075051d8ba02bc67a89ae035be1b28c", + "version-string": "1.2.0", + "port-version": 8 + }, + { "git-tree": "ee8363b22602ef2b0f74d4d43de88ed32457c4ba", "version-string": "1.2.0", "port-version": 7 |
