Skip to content

Commit

Permalink
Bump brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Sep 15, 2023
1 parent 867d312 commit 5a04882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def requirements(self):
self.requires("xkbcommon/1.5.0")
self.requires("wayland/1.22.0")
if self.options.with_brotli:
self.requires("brotli/1.0.9")
self.requires("brotli/1.1.0")
if self.options.get_safe("qtwebengine") and self.settings.os == "Linux":
self.requires("expat/2.5.0")
self.requires("opus/1.3.1")
Expand Down

0 comments on commit 5a04882

Please sign in to comment.