Skip to content

Commit

Permalink
bump zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Oct 31, 2022
1 parent 2fc42d1 commit 2500367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/openexr/2.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("zlib/1.2.12")
self.requires("zlib/1.2.13")

def validate(self):
if Version(self.version) < "2.5.0" and hasattr(self, "settings_build") and cross_building(self):
Expand Down
2 changes: 1 addition & 1 deletion recipes/openexr/3.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("zlib/1.2.12")
self.requires("zlib/1.2.13")

# Note: OpenEXR and Imath are versioned independently.
self.requires("imath/3.1.5")
Expand Down

0 comments on commit 2500367

Please sign in to comment.