Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
- update bzip2 1.0.6 -> 1.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 committed Aug 12, 2019
1 parent fd425a2 commit e710429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def source(self):

def requirements(self):
if self.options.with_bzip2:
self.requires.add("bzip2/1.0.6@conan/stable")
self.requires.add("bzip2/1.0.8@conan/stable")
if self.options.with_zlib:
self.requires.add("zlib/1.2.11@conan/stable")

Expand Down

0 comments on commit e710429

Please sign in to comment.