From f8ce85feefa307304642ba6e217aafe947beb9bc Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 11 Dec 2018 22:28:05 -0500 Subject: Upgrade crc32c to 1.0.6. This version supports both static and shared libraries, yay! --- ports/crc32c/CONTROL | 2 +- ports/crc32c/portfile.cmake | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ports/crc32c/CONTROL b/ports/crc32c/CONTROL index 20786bad2..71fb14bb9 100644 --- a/ports/crc32c/CONTROL +++ b/ports/crc32c/CONTROL @@ -1,3 +1,3 @@ Source: crc32c -Version: 1.0.5-1 +Version: 1.0.6 Description: CRC32C implementation with support for CPU-specific acceleration instructions. diff --git a/ports/crc32c/portfile.cmake b/ports/crc32c/portfile.cmake index a60f37671..b8695a3c6 100644 --- a/ports/crc32c/portfile.cmake +++ b/ports/crc32c/portfile.cmake @@ -1,12 +1,10 @@ include(vcpkg_common_functions) -vcpkg_check_linkage(ONLY_STATIC_LIBRARY) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/crc32c - REF 12a65bfb328fefae5c05879132676f702a3f68e8 - SHA512 610b7c54b0247edd2d37ec18db68c1f8a55b60b2fd3ddcede41e6321eb45d040f513cece493cbdc67e881065a643c4972126864811ff08b24aa7e82642e54f56 + REF 1.0.6 + SHA512 c30f6510d6348f15dcdddc06e375f21a69681cd615483d67628b32de747e5e98200fa49faf7e3fc30a1302991fd1f9c9a706c9eb4e13c9c6c09e74066474ea7b HEAD_REF master ) -- cgit v1.2.3