Skip to content

Commit

Permalink
(#13884) boost: update zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Oct 31, 2022
1 parent 2fc42d1 commit 68050a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def _with_stacktrace_backtrace(self):

def requirements(self):
if self._with_zlib:
self.requires("zlib/1.2.12")
self.requires("zlib/1.2.13")
if self._with_bzip2:
self.requires("bzip2/1.0.8")
if self._with_lzma:
Expand Down

0 comments on commit 68050a7

Please sign in to comment.