nginx: Update from 1.19.1 to 1.19.2

This commit is contained in:
Fredrik Fornwall 2020-08-18 16:09:55 +02:00
parent f20bf9514c
commit dd9cf357a6
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +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.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=1.19.2
TERMUX_PKG_SRCURL=http://nginx.org/download/nginx-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
TERMUX_PKG_SHA256=7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
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')