diff options
| author | Tamás G. Barna <cremindes@gmail.com> | 2021-07-23 06:58:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 21:58:32 -0700 |
| commit | ef793cbe59e1bbc7521615ad0ae02c836105e13c (patch) | |
| tree | 172f77381922495541748841d74fcb18f7ea56c3 /versions | |
| parent | 25f4315e1bc22e7e96f8c1e5d76b99c74bad1ac6 (diff) | |
| download | vcpkg-ef793cbe59e1bbc7521615ad0ae02c836105e13c.tar.gz vcpkg-ef793cbe59e1bbc7521615ad0ae02c836105e13c.zip | |
[laszip] Migrate LASzip to the new manifest format. (#18614)
* Migrate LASzip to the new manifest format.
- CONTROL -> vcpkg.json
- vcpkg_configure_cmake -> vcpkg_cmake_configure
- vcpkg_install_cmake -> vcpkg_cmake_install
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/laszip.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 132ff0798..807e27910 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2986,7 +2986,7 @@ }, "laszip": { "baseline": "3.4.3", - "port-version": 0 + "port-version": 1 }, "lazy-importer": { "baseline": "2019-08-10", diff --git a/versions/l-/laszip.json b/versions/l-/laszip.json index 439d02173..17df9cf1f 100644 --- a/versions/l-/laszip.json +++ b/versions/l-/laszip.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "81b6a105440d08f2c29b044da3f0661e46ddb0a8", + "version": "3.4.3", + "port-version": 1 + }, + { "git-tree": "6b7b406aadbae2a288bde7f2b268a7c302bfdf67", "version-string": "3.4.3", "port-version": 0 |
