mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump nginx version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
746049b0a0
commit
7d9000260c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.15.8"
|
VERSION="1.15.9"
|
||||||
SRCDIR="nginx-${VERSION}"
|
SRCDIR="nginx-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://nginx.org/download"
|
URL="https://nginx.org/download"
|
||||||
SHA256SUM="a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787"
|
SHA256SUM="e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43"
|
||||||
DEPENDS="zlib-dev openssl-dev pcre-dev crt-dev"
|
DEPENDS="zlib-dev openssl-dev pcre-dev crt-dev"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue