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 2019-01-09 15:42:01 +01:00
parent 69a3dc4ed5
commit 79d3c93219

View file

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