From 7a585741e45c37b258df591c265e3402f4ffbbb5 Mon Sep 17 00:00:00 2001 From: Tiago Gaspar Date: Wed, 30 Aug 2023 00:51:54 +0100 Subject: [PATCH] nginx: brotli: update to the latest version Update brotli to the latest version. Signed-off-by: Tiago Gaspar --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index b01f1ca5b9..fef7f8b65d 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 -- 2.30.2