Browse Source

Bump PCRE version to 8.43

Alexandros Ioannides 7 years ago
parent
commit
27796b0a8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/hst_autocompile.sh

+ 2 - 2
src/hst_autocompile.sh

@@ -9,7 +9,7 @@ INSTALL_DIR='/usr/local/hestia'
 HESTIA_V='0.9.8-29_amd64'
 NGINX_V='1.16.0'
 OPENSSL_V='1.1.1b'
-PCRE_V='8.42'
+PCRE_V='8.43'
 ZLIB_V='1.2.11'
 PHP_V='7.3.4'
 
@@ -345,4 +345,4 @@ if [ "$install" = 'yes' ] || [ "$install" = 'YES' ] || [ "$install" = 'y' ] || [
       dpkg -i $i
     done
     unset $answer
-fi
+fi