aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2020-10-31 03:16:27 +0800
committerGitHub <noreply@github.com>2020-10-30 12:16:27 -0700
commiteb8094d4f3f9fc88497c49a1d3a7245b44be7f94 (patch)
treea90fd579b4d2a3a6fde4823cce3856e2e0123b1e
parent5e4d2fab8605a21972cb990ba49ade83ef19ffbf (diff)
downloadvcpkg-eb8094d4f3f9fc88497c49a1d3a7245b44be7f94.tar.gz
vcpkg-eb8094d4f3f9fc88497c49a1d3a7245b44be7f94.zip
[Hyperscan] Update to 5.3.0 (#13700)
* [Hyperscan] Update to 5.3.0 * [Hyperscan] update to 5.3.0
-rw-r--r--ports/hyperscan/CONTROL2
-rw-r--r--ports/hyperscan/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/hyperscan/CONTROL b/ports/hyperscan/CONTROL
index a47318f5f..ff18d2c9a 100644
--- a/ports/hyperscan/CONTROL
+++ b/ports/hyperscan/CONTROL
@@ -1,5 +1,5 @@
Source: hyperscan
-Version: 5.2.1-1
+Version: 5.3.0
Homepage: https://www.hyperscan.io
Description: A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.
Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, pcre, python3, ragel
diff --git a/ports/hyperscan/portfile.cmake b/ports/hyperscan/portfile.cmake
index a0640d292..a52ef7d89 100644
--- a/ports/hyperscan/portfile.cmake
+++ b/ports/hyperscan/portfile.cmake
@@ -1,12 +1,12 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
-set(HYPERSCAN_VERSION 5.2.1)
+set(HYPERSCAN_VERSION 5.3.0)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO intel/hyperscan
REF v${HYPERSCAN_VERSION}
- SHA512 e6ac2aef1f3efa1535c00d73fa590ea62fff4686c4ad3ee023d2e72c51896ca4616ec1b85d7c6f88ac7b42d92c3557b9c4bb3b51cfb796e20a79d53b28e53b6c
+ SHA512 a4d85ffd2264e8e6745340ba51431361775a1e7a2da78edd31f6f53552ac61fdef718710ae53a254b7d5000f9ec1aafe7a48d9c55e76f5c6822486150bbc6c56
HEAD_REF master
PATCHES
0001-remove-Werror.patch
@@ -22,6 +22,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
+
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)