diff options
| author | Martin Vejdarski <extrulm@gmail.com> | 2021-06-10 21:44:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 11:44:46 -0700 |
| commit | 4a753ba9ec082f7af7d0e98f60c05cdbd72373d5 (patch) | |
| tree | 4735cf94538be3b15e359d8f7363e004643a6af3 /versions | |
| parent | 805a02fe990f194af59cdaca61817d31b56506c6 (diff) | |
| download | vcpkg-4a753ba9ec082f7af7d0e98f60c05cdbd72373d5.tar.gz vcpkg-4a753ba9ec082f7af7d0e98f60c05cdbd72373d5.zip | |
[libvpx] Update to latest and add support for arm64 on macOS (#18183)
* [libvpx] Update to latest and add support for arm64 on macOS
* [libvpx] x-add-version
* [libvpx] Restore patch line endings
* [libvpx] x-add-version
* Update ports/libvpx/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* [libvpx] x-add-version
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libvpx.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 4c5551101..1a318b0c5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3669,8 +3669,8 @@ "port-version": 1 }, "libvpx": { - "baseline": "1.9.0", - "port-version": 9 + "baseline": "1.10.0", + "port-version": 0 }, "libwandio": { "baseline": "4.2.1", diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index 65efd9346..2a678f182 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ba9e1f9d346412c76f17d9fda5a3fbd5b5555afa", + "version-semver": "1.10.0", + "port-version": 0 + }, + { "git-tree": "dd62b59825999b4a4136fb9e92b393b5600596d1", "version-semver": "1.9.0", "port-version": 9 |
