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
85f1f2e0e2
commit
f2928212e9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.17.1"
|
VERSION="1.17.2"
|
||||||
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="6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e"
|
SHA256SUM="5e333687464e1d6dfb86fc22d653b99a6798dda40093b33186eeeec5a97e69ec"
|
||||||
DEPENDS="zlib-dev openssl-dev pcre-dev toolchain"
|
DEPENDS="zlib-dev openssl-dev pcre-dev toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue