[lz4] Update library to 1.9.2 (#7860)

This commit is contained in:
Ehsan 2019-08-23 20:00:32 +04:30 committed by Curtis J Bezault
parent 54696ca5a4
commit d926adaa9d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lz4/lz4
REF v1.9.1
SHA512 536cdeb6dd73b4769cf9501ad312b004ab01699758534b47ca2eddbc815fd374a3caba40cde36f73a7a70e134065836b733e2b0c023c31740b877ef9317ccf3e
REF v1.9.2
SHA512 ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1
HEAD_REF dev
)