mirror of
https://github.com/pygos/build.git
synced 2024-11-10 13:47:11 +01:00
Bump nginx version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
c25f8e450d
commit
5a643749be
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.17.2"
|
||||
VERSION="1.17.3"
|
||||
SRCDIR="nginx-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://nginx.org/download"
|
||||
SHA256SUM="5e333687464e1d6dfb86fc22d653b99a6798dda40093b33186eeeec5a97e69ec"
|
||||
SHA256SUM="3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c"
|
||||
DEPENDS="zlib-dev openssl-dev pcre-dev toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue