diff options
author | Tiago Gaspar <tiagogaspar8@gmail.com> | 2023-08-30 00:51:54 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-22 13:16:27 +0200 |
commit | 7a585741e45c37b258df591c265e3402f4ffbbb5 (patch) | |
tree | 8462b100efb8fc5d929eb98d9e2e368e56d333d1 /net/nginx/Makefile | |
parent | c3c5018742a778fc973b127d243bda4c5a7099fa (diff) |
nginx: brotli: update to the latest version
Update brotli to the latest version.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index b01f1ca5b..fef7f8b65 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -215,9 +215,9 @@ endef define Download/nginx-mod-brotli - VERSION:=e505dce68acc190cc5a1e780a3b0275e39f160ca + VERSION:=25f86f0bac1101b6512135eac5f93c49c63609e3 URL:=https://github.com/google/ngx_brotli.git - MIRROR_HASH:=04847f11ef808fed50f44b2af0ef3abf59ff0ffc06dfc7394d9ab51d53fef31f + MIRROR_HASH:=c85cdcfd76703c95aa4204ee4c2e619aa5b075cac18f428202f65552104add3b PROTO:=git endef |