diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-01-22 19:59:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 19:59:21 -0800 |
commit | e64935ea0bf081cffdc074c875323ad618e7b963 (patch) | |
tree | 20077753d775a0fe4fd118a65aa0ecbe2cdef788 /net | |
parent | 26571b3c0a66054d63c13462fb1dad3982d5fdd7 (diff) | |
parent | 74bc8b6e75e38a4f68a2baa0d21c696c7bc5282a (diff) |
Merge pull request #11100 from InBetweenNames/fix-brotli
nginx: Fix brotli module
Diffstat (limited to 'net')
-rw-r--r-- | net/nginx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index ff9624cbe..17eb05d2e 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.17.7 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ @@ -438,11 +438,11 @@ endif ifeq ($(CONFIG_NGINX_HTTP_BROTLI),y) define Download/nginx-brotli - VERSION:=dc37f658ccb5a51d090dc09d1a2aca2f24309869 + VERSION:=e505dce68acc190cc5a1e780a3b0275e39f160ca SUBDIR:=nginx-brotli FILE:=ngx-brotli-module-$$(VERSION).tar.xz - URL:=https://github.com/eustas/ngx_brotli.git - MIRROR_HASH:=6bc0c40ff24f6e0ac616dfddc803bdc7fcf54764ba9dc4f9cecb3a68beedcdaf + URL:=https://github.com/google/ngx_brotli.git + MIRROR_HASH:=04847f11ef808fed50f44b2af0ef3abf59ff0ffc06dfc7394d9ab51d53fef31f PROTO:=git endef $(eval $(call Download,nginx-brotli)) |