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 /ports/libffi/CONTROL | |
| 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 'ports/libffi/CONTROL')
| -rw-r--r-- | ports/libffi/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libffi/CONTROL b/ports/libffi/CONTROL index 477587af2..7ba4813a3 100644 --- a/ports/libffi/CONTROL +++ b/ports/libffi/CONTROL @@ -1,5 +1,5 @@ Source: libffi
Version: 3.3
-Port-Version: 6
+Port-Version: 7
Homepage: https://github.com/libffi/libffi
Description: Portable, high level programming interface to various calling conventions
|
