summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-06-12 18:22:01 +0800
committerliuwentan <[email protected]>2023-06-12 18:22:01 +0800
commit8e882a8f7255ec65c9444ba9b7cd35a6f5e12823 (patch)
tree966d1571075aa6c4648cf54e13f9ebd044b37c5e /vendor
parentafd6102734ec4dd49067e118aeb61d44075f84e7 (diff)
[PATCH]hyperscan version 5.4.0->5.4.2
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt4
-rw-r--r--vendor/hyperscan-5.4.2.tar.gz (renamed from vendor/hyperscan-5.4.0.tar.gz)bin16997465 -> 17002274 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index 7c31055..30ea49d 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -39,9 +39,9 @@ ExternalProject_Add(ragel PREFIX ragel
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1)
-# HyperScan 5.4.0
+# HyperScan 5.4.2
ExternalProject_Add(hyperscan PREFIX hyperscan
- URL ${CMAKE_CURRENT_SOURCE_DIR}/hyperscan-5.4.0.tar.gz
+ URL ${CMAKE_CURRENT_SOURCE_DIR}/hyperscan-5.4.2.tar.gz
DEPENDS ragel
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${VENDOR_BUILD} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC")
diff --git a/vendor/hyperscan-5.4.0.tar.gz b/vendor/hyperscan-5.4.2.tar.gz
index 67a4e18..6c24610 100644
--- a/vendor/hyperscan-5.4.0.tar.gz
+++ b/vendor/hyperscan-5.4.2.tar.gz
Binary files differ