MINIFICPP-791: Change to v2.8.3
This closes #525.
Signed-off-by: Aldrin Piri <aldrin@apache.org>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca384df..8e49102 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,7 +206,7 @@
ExternalProject_Add(
libressl-portable
GIT_REPOSITORY "https://github.com/libressl-portable/portable.git"
- GIT_TAG "4b6c7bfd02dec26021882f1599dbcbccdd4d2889"
+ GIT_TAG "v2.8.3"
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-src"
CMAKE_ARGS ${PASSTHROUGH_CMAKE_ARGS}
"-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-install"