[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
This commit is contained in:
Matthieu Penant 2021-04-09 13:25:45 -04:00 committed by GitHub
parent c91bcb157c
commit 9ab06a4def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: lz4 Source: lz4
Version: 1.9.2-2 Version: 1.9.3
Homepage: https://github.com/lz4/lz4 Homepage: https://github.com/lz4/lz4
Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core.
Build-Depends: xxhash Build-Depends: xxhash

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO lz4/lz4 REPO lz4/lz4
REF v1.9.2 REF v1.9.3
SHA512 ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1 SHA512 c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c
HEAD_REF dev HEAD_REF dev
) )

View File

@ -3745,7 +3745,7 @@
"port-version": 0 "port-version": 0
}, },
"lz4": { "lz4": {
"baseline": "1.9.2-2", "baseline": "1.9.3",
"port-version": 0 "port-version": 0
}, },
"lzfse": { "lzfse": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d1303e53c110c86d844b41116cd872c8bc967300",
"version-string": "1.9.3",
"port-version": 0
},
{ {
"git-tree": "b6dfac9ea3f75a0a79736cf1ea2e0ba9bfa67086", "git-tree": "b6dfac9ea3f75a0a79736cf1ea2e0ba9bfa67086",
"version-string": "1.9.2-2", "version-string": "1.9.2-2",