[lz4] fix version number

[zstd] update to 1.3.4
This commit is contained in:
yurybura 2018-05-11 13:31:12 +03:00
parent 92eb878b3e
commit 50e5ee1e40
3 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Source: lz4
Version: 1.8.1.2-1
Version: 1.8.2
Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core.

View File

@ -1,3 +1,3 @@
Source: zstd
Version: 1.3.3
Version: 1.3.4
Description: Zstandard - Fast real-time compression algorithm http://www.zstd.net

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/zstd
REF v1.3.3
SHA512 72b63f96f65ca987cdc82c24354f7665c7dc3b2563cb0646f355c34bf8f090d8a0759729f8beaba8317272bdab34749f934055707b25cfd69c98a9fdcfbc59ae
REF v1.3.4
SHA512 d3c8c1dfabd251b03205b64eff97898c1e2ca457191b1f6257450e6d2675451a68aa0bc2220b2c65baa69a6997d98490612779d95b3325320c0a3202810ae554
HEAD_REF dev)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
@ -28,7 +28,9 @@ vcpkg_configure_cmake(
-DZSTD_LEGACY_SUPPORT=1
-DZSTD_BUILD_PROGRAMS=0
-DZSTD_BUILD_TESTS=0
-DZSTD_BUILD_CONTRIB=0)
-DZSTD_BUILD_CONTRIB=0
OPTIONS_DEBUG
-DCMAKE_DEBUG_POSTFIX=d)
vcpkg_install_cmake()
vcpkg_copy_pdbs()