Skip to content

Commit

Permalink
sdl_mixer: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent 8ff984a commit 3c75d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sdl_mixer/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def requirements(self):
self.requires("vorbis/1.3.7")
if self.options.opus:
self.requires("openssl/[>=1.1 <4]")
self.requires("opus/1.3.1")
self.requires("opus/1.4")
self.requires("opusfile/0.12")
if self.options.mikmod:
self.requires("libmikmod/3.3.11.1")
Expand Down

0 comments on commit 3c75d1d

Please sign in to comment.