File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export CACERT_VER_='2025-09-09'
2222export CACERT_HASH=f290e6acaf904a4121424ca3ebdd70652780707e28e8af999221786b86bb1975
2323export PSL_VER_=' 2025-10-16'
2424export PSL_HASH=399792921792cacc483219997697443b49b6976f
25- export BROTLI_VER_=' 1.1 .0'
26- export BROTLI_HASH=e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
25+ export BROTLI_VER_=' 1.2 .0'
26+ export BROTLI_HASH=816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec
2727export CARES_VER_=' 1.34.5'
2828export CARES_HASH=7d935790e9af081c25c495fd13c2cfcda4792983418e96358ef6e7320ee06346
2929export LIBPSL_VER_=' 0.21.5'
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ _VER="$1"
1919 # shellcheck disable=SC2086
2020 cmake -B " ${_BLDDIR} " ${_CMAKE_GLOBAL} \
2121 -DBUILD_SHARED_LIBS=OFF \
22+ -DBROTLI_BUILD_TOOLS=OFF \
2223 -DBROTLI_DISABLE_TESTS=ON \
2324 -DCMAKE_C_FLAGS=" ${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${_LDFLAGS_GLOBAL} "
2425
You can’t perform that action at this time.
0 commit comments