1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 11:36:13 +02:00

Bump nginx version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-11-26 18:51:23 +01:00
parent 80b7434352
commit ad20a54ba1

View file

@ -1,8 +1,8 @@
VERSION="1.15.5"
VERSION="1.15.6"
SRCDIR="nginx-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://nginx.org/download"
SHA256SUM="1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f"
SHA256SUM="a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6"
DEPENDS="zlib openssl pcre"
prepare() {