1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 09:20:12 +02:00

Bump nginx version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-08-03 21:36:54 +02:00
parent 85f1f2e0e2
commit f2928212e9

View file

@ -1,8 +1,8 @@
VERSION="1.17.1"
VERSION="1.17.2"
SRCDIR="nginx-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://nginx.org/download"
SHA256SUM="6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e"
SHA256SUM="5e333687464e1d6dfb86fc22d653b99a6798dda40093b33186eeeec5a97e69ec"
DEPENDS="zlib-dev openssl-dev pcre-dev toolchain"
prepare() {