1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-29 03:37:08 +00:00

nginx: update to 1.19.3

This commit is contained in:
Henrik Grimler 2020-10-17 19:01:08 +02:00
parent 47e440b2b4
commit 494c0dbff5

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.nginx.org
TERMUX_PKG_DESCRIPTION="Lightweight HTTP server"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_VERSION=1.19.2
TERMUX_PKG_VERSION=1.19.3
TERMUX_PKG_SRCURL=http://nginx.org/download/nginx-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
TERMUX_PKG_SHA256=91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
TERMUX_PKG_DEPENDS="libandroid-glob, libcrypt, pcre, openssl, zlib"
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')