Skip to content

Commit

Permalink
(conan-io#19080) jasper: update libjpeg-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Aug 7, 2023
1 parent 81bccad commit 8305ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jasper/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def requirements(self):
if self.options.with_libjpeg == "libjpeg":
self.requires("libjpeg/9e")
elif self.options.with_libjpeg == "libjpeg-turbo":
self.requires("libjpeg-turbo/2.1.5")
self.requires("libjpeg-turbo/3.0.0")
elif self.options.with_libjpeg == "mozjpeg":
self.requires("mozjpeg/4.1.1")

Expand Down

0 comments on commit 8305ea0

Please sign in to comment.