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 <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-03-09 23:40:29 +01:00
parent 746049b0a0
commit 7d9000260c

View file

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