Skip to content

Commit

Permalink
jasper: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mc authored Nov 19, 2022
1 parent a9c7214 commit 097504e
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 @@ -55,7 +55,7 @@ def requirements(self):
if self.options.with_libjpeg == "libjpeg-turbo":
self.requires("libjpeg-turbo/2.1.2")
elif self.options.with_libjpeg == "libjpeg":
self.requires("libjpeg/9d")
self.requires("libjpeg/9e")

def source(self):
tools.get(**self.conan_data["sources"][self.version],
Expand Down

0 comments on commit 097504e

Please sign in to comment.