diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-10 16:08:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 16:08:57 -0800 |
| commit | 08c951fef9de63cde1c6b94245a63db826be2e32 (patch) | |
| tree | dddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/laszip | |
| parent | 411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff) | |
| download | vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip | |
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/laszip')
| -rw-r--r-- | ports/laszip/CONTROL | 2 | ||||
| -rw-r--r-- | ports/laszip/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/laszip/CONTROL b/ports/laszip/CONTROL index c528a4879..91d94fd16 100644 --- a/ports/laszip/CONTROL +++ b/ports/laszip/CONTROL @@ -1,3 +1,3 @@ Source: laszip
-Version: 3.4.1 +Version: 3.4.3 Description: LASzip - free and lossless LiDAR compression
diff --git a/ports/laszip/portfile.cmake b/ports/laszip/portfile.cmake index b72f7a0a2..7d9c07cce 100644 --- a/ports/laszip/portfile.cmake +++ b/ports/laszip/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO LASzip/LASzip
- REF 3.4.1 - SHA512 875303d4672c61778694b8a969cc1e4239564f2fa81b35cba472f7eb28c71ca9bf052ca633dcdc8cbfb486a6c6849caed9833669fd1ba0aa5ee0065e7e2013f1
+ REF 1ab671e42ff1f086e29d5b7e300a5026e7b8d69b # 3.4.3 + SHA512 7ec20d6999b16e6a74a64d1dc3e9f1b1b4510acd306d30ccae34a543ca0dc52e1d1d989279fafdda321616ba1e0ceb59a093d8c61ba5a586b760efa0d00a0184
HEAD_REF master
)
|
