diff options
| author | Matthieu Penant <thieum22@hotmail.com> | 2021-04-09 13:25:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 10:25:45 -0700 |
| commit | 9ab06a4def8adeab3121614d498c347ebf254967 (patch) | |
| tree | 1f64d35c265fffa68b828249becf4a6bf4805d60 | |
| parent | c91bcb157c1fc605f310266667e732eb84e0be91 (diff) | |
| download | vcpkg-9ab06a4def8adeab3121614d498c347ebf254967.tar.gz vcpkg-9ab06a4def8adeab3121614d498c347ebf254967.zip | |
[lz4] update to 1.9.3 (#16860)
* [lz4] update to 1.9.3
- Update lz4 to 1.9.3 https://github.com/lz4/lz4/releases/tag/v1.9.3
- tested as an install dependency for libarchive on x86-windows and x64-windows.
* forgot baseline / version
| -rw-r--r-- | ports/lz4/CONTROL | 2 | ||||
| -rw-r--r-- | ports/lz4/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/lz4.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/lz4/CONTROL b/ports/lz4/CONTROL index 280ec3cda..43b4f6117 100644 --- a/ports/lz4/CONTROL +++ b/ports/lz4/CONTROL @@ -1,5 +1,5 @@ Source: lz4 -Version: 1.9.2-2 +Version: 1.9.3 Homepage: https://github.com/lz4/lz4 Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. Build-Depends: xxhash diff --git a/ports/lz4/portfile.cmake b/ports/lz4/portfile.cmake index 003f0591d..9b035c8ae 100644 --- a/ports/lz4/portfile.cmake +++ b/ports/lz4/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO lz4/lz4 - REF v1.9.2 - SHA512 ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1 + REF v1.9.3 + SHA512 c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c HEAD_REF dev ) diff --git a/versions/baseline.json b/versions/baseline.json index 2630c5eb7..3636db969 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3745,7 +3745,7 @@ "port-version": 0 }, "lz4": { - "baseline": "1.9.2-2", + "baseline": "1.9.3", "port-version": 0 }, "lzfse": { diff --git a/versions/l-/lz4.json b/versions/l-/lz4.json index 49e1d9673..4888fb21f 100644 --- a/versions/l-/lz4.json +++ b/versions/l-/lz4.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d1303e53c110c86d844b41116cd872c8bc967300", + "version-string": "1.9.3", + "port-version": 0 + }, + { "git-tree": "b6dfac9ea3f75a0a79736cf1ea2e0ba9bfa67086", "version-string": "1.9.2-2", "port-version": 0 |
