mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
[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:
parent
c91bcb157c
commit
9ab06a4def
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -3745,7 +3745,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"lz4": {
|
||||
"baseline": "1.9.2-2",
|
||||
"baseline": "1.9.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"lzfse": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d1303e53c110c86d844b41116cd872c8bc967300",
|
||||
"version-string": "1.9.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b6dfac9ea3f75a0a79736cf1ea2e0ba9bfa67086",
|
||||
"version-string": "1.9.2-2",
|
||||
|
Loading…
Reference in New Issue
Block a user