summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2023-01-16 14:18:07 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2023-01-18 15:52:51 +0100
commitda798c951182c7afdbf04948dccbc7d4705cc224 (patch)
tree677f411697b1b9eba9207bc7e434cc9cabe28331
parent86059fd10a23662c2b56d4ef54d1db6041db1917 (diff)
downloadmariadb-git-da798c951182c7afdbf04948dccbc7d4705cc224.tar.gz
new PCRE2 10.42
-rw-r--r--cmake/pcre.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/pcre.cmake b/cmake/pcre.cmake
index 0ac834f44a6..65dc2ae28f6 100644
--- a/cmake/pcre.cmake
+++ b/cmake/pcre.cmake
@@ -54,8 +54,8 @@ MACRO(BUNDLE_PCRE2)
ExternalProject_Add(
pcre2
PREFIX "${dir}"
- URL "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.zip"
- URL_MD5 798698846982ce171d881ed0d7535c2a
+ URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.zip"
+ URL_MD5 fe90992fbfb03f854bd9f344074f49eb
INSTALL_COMMAND ""
CMAKE_ARGS
"-DCMAKE_WARN_DEPRECATED=FALSE"