diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-05-26 21:01:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 21:01:32 -0700 |
| commit | af56d50d64d0473f48dc7d4acfabc1b91265cf3b (patch) | |
| tree | 3eabfeb3e0e1669689d2ce4f8f788fe1d64715c3 /ports/libarchive/CONTROL | |
| parent | cb538ed22fabe3ef7b9847d6d2b6d85f0d185ec3 (diff) | |
| download | vcpkg-af56d50d64d0473f48dc7d4acfabc1b91265cf3b.tar.gz vcpkg-af56d50d64d0473f48dc7d4acfabc1b91265cf3b.zip | |
[libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6 (#11570)
* [libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6
* Bump verison.
Diffstat (limited to 'ports/libarchive/CONTROL')
| -rw-r--r-- | ports/libarchive/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index 425c2c72c..e3e821191 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,5 +1,5 @@ Source: libarchive
-Version: 3.4.1-2
+Version: 3.4.1-3
Homepage: https://github.com/libarchive/libarchive
Description: Library for reading and writing streaming archives
Build-Depends: zlib
|
