mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump nginx version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
69a3dc4ed5
commit
79d3c93219
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue