nginx: update to 1.19.5
This commit is contained in:
parent
6b62407e10
commit
c17ebf79da
@ -1,9 +1,9 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://www.nginx.org
|
TERMUX_PKG_HOMEPAGE=https://www.nginx.org
|
||||||
TERMUX_PKG_DESCRIPTION="Lightweight HTTP server"
|
TERMUX_PKG_DESCRIPTION="Lightweight HTTP server"
|
||||||
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
||||||
TERMUX_PKG_VERSION=1.19.4
|
TERMUX_PKG_VERSION=1.19.5
|
||||||
TERMUX_PKG_SRCURL=http://nginx.org/download/nginx-$TERMUX_PKG_VERSION.tar.gz
|
TERMUX_PKG_SRCURL=http://nginx.org/download/nginx-$TERMUX_PKG_VERSION.tar.gz
|
||||||
TERMUX_PKG_SHA256=61df546927905a0d624f9396bb7a8bc7ca7fd26522ce9714d56a78b73284000e
|
TERMUX_PKG_SHA256=5c0a46afd6c452d4443f6ec0767f4d5c3e7c499e55a60cd6542b35a61eda799c
|
||||||
TERMUX_PKG_DEPENDS="libandroid-glob, libcrypt, pcre, openssl, zlib"
|
TERMUX_PKG_DEPENDS="libandroid-glob, libcrypt, pcre, openssl, zlib"
|
||||||
TERMUX_PKG_BUILD_IN_SRC=true
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
TERMUX_PKG_SERVICE_SCRIPT=("nginx" 'mkdir -p ~/.nginx\nif [ -f "$HOME/.nginx/nginx.conf" ]; then CONFIG="$HOME/.nginx/nginx.conf"; else CONFIG="$PREFIX/etc/nginx/nginx.conf"; fi\nexec nginx -p ~/.nginx -g "daemon off;" -c $CONFIG 2>&1')
|
TERMUX_PKG_SERVICE_SCRIPT=("nginx" 'mkdir -p ~/.nginx\nif [ -f "$HOME/.nginx/nginx.conf" ]; then CONFIG="$HOME/.nginx/nginx.conf"; else CONFIG="$PREFIX/etc/nginx/nginx.conf"; fi\nexec nginx -p ~/.nginx -g "daemon off;" -c $CONFIG 2>&1')
|
||||||
|
Loading…
Reference in New Issue
Block a user