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.
1 parent 1544a01 commit 5ba92c8Copy full SHA for 5ba92c8
config.sh
@@ -19,7 +19,7 @@ declare NGINX_SERVER_PORT="80" #
19
declare -A CACHE="${ROOT}cache/"
20
declare -A BUILD="${ROOT}build/"
21
22
-declare -A VERSION=(['luajit']='2.0.4' ['nginx']='1.11.3' ['pcre']='8.39' ['zlib']='1.2.8' ['openssl']='1.0.2f')
+declare -A VERSION=(['luajit']='2.0.4' ['nginx']='1.11.5' ['pcre']='8.39' ['zlib']='1.2.8' ['openssl']='1.0.2f')
23
# ./configure default settings
24
declare -A DEFAULT_CONFIGURE_PARAMS="--with-debug "
25
declare -A DEBUG=true
0 commit comments