diff options
| author | Don Venable <venabled@users.noreply.github.com> | 2021-02-02 17:36:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 14:36:30 -0800 |
| commit | bbcf31b05c6a77d296b0ef28f9613072b57805af (patch) | |
| tree | 12fa21f07892c7f4736b04acc42c1af44f46ea62 /versions | |
| parent | 95f2e57839827cc59581792391f65317be2c361b (diff) | |
| download | vcpkg-bbcf31b05c6a77d296b0ef28f9613072b57805af.tar.gz vcpkg-bbcf31b05c6a77d296b0ef28f9613072b57805af.zip | |
[libffi] Added armv7-a to allowed architectures for Android 32 bit arm builds (#15821)
* Added armv7-a to allowed architectures for Android 32 bit arm builds
Closes #15820
* Fixed typo
* Bumped port version to 7
* Updated libffi version files
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libffi.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a1e687ac2..e6f949d91 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2934,7 +2934,7 @@ }, "libffi": { "baseline": "3.3", - "port-version": 6 + "port-version": 7 }, "libflac": { "baseline": "1.3.3", diff --git a/versions/l-/libffi.json b/versions/l-/libffi.json index b9525a9a3..03255992e 100644 --- a/versions/l-/libffi.json +++ b/versions/l-/libffi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7582c1b20c576263d22b8429155ead9117cc7c95", + "version-string": "3.3", + "port-version": 7 + }, + { "git-tree": "d656f226f68b97173701d07c53633a3d05702abb", "version-string": "3.3", "port-version": 6 |
