We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5927690 + c5f94d3 commit 0334ea8Copy full SHA for 0334ea8
src/hst_autocompile.sh
@@ -88,7 +88,7 @@ BUILD_ARCH='amd64'
88
HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
89
NGINX_V=$(curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/nginx/control |grep "Version:" |cut -d' ' -f2)
90
OPENSSL_V='1.1.1d'
91
-PCRE_V='8.43'
+PCRE_V='8.44'
92
ZLIB_V='1.2.11'
93
PHP_V=$(curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/php/control |grep "Version:" |cut -d' ' -f2)
94
0 commit comments