Skip to content

Commit

Permalink
sdl_image: bump libwebp
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
madebr and uilianries authored Sep 27, 2021
1 parent 0650f49 commit 4cb1f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sdl_image/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def requirements(self):
if self.options.with_libpng:
self.requires("libpng/1.6.37")
if self.options.with_libwebp:
self.requires("libwebp/1.2.0")
self.requires("libwebp/1.2.1")
self.requires("zlib/1.2.11")

def source(self):
Expand Down

0 comments on commit 4cb1f77

Please sign in to comment.