This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Latest versions of each package. | |
export NGINX_VERSION=1.11.12 | |
export VERSION_NGINX=nginx-$NGINX_VERSION | |
export VERSION_PCRE=pcre-8.40 | |
export VERSION_ZLIB=zlib-1.2.11 | |
export VERSION_OPENSSL=openssl-1.1.0e | |
#export VERSION_LIBRESSL=libressl-2.5.1 | |
export HMORE_VERSION=0.32 |