Skip to content

Commit 5ba92c8

Browse files
authored
version upgrade
1 parent 1544a01 commit 5ba92c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare NGINX_SERVER_PORT="80" #
1919
declare -A CACHE="${ROOT}cache/"
2020
declare -A BUILD="${ROOT}build/"
2121

22-
declare -A VERSION=(['luajit']='2.0.4' ['nginx']='1.11.3' ['pcre']='8.39' ['zlib']='1.2.8' ['openssl']='1.0.2f')
22+
declare -A VERSION=(['luajit']='2.0.4' ['nginx']='1.11.5' ['pcre']='8.39' ['zlib']='1.2.8' ['openssl']='1.0.2f')
2323
# ./configure default settings
2424
declare -A DEFAULT_CONFIGURE_PARAMS="--with-debug "
2525
declare -A DEBUG=true

0 commit comments

Comments
 (0)