Skip to content

Commit

Permalink
[lz4] fix version number
Browse files Browse the repository at this point in the history
[zstd] update to 1.3.4
  • Loading branch information
yurybura committed May 11, 2018
1 parent 92eb878 commit 50e5ee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/lz4/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ports/zstd/CONTROL
Original file line number Diff line number Diff line change
@@ -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
8 changes: 5 additions & 3 deletions ports/zstd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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()
Expand Down

0 comments on commit 50e5ee1

Please sign in to comment.