Skip to content

Commit

Permalink
sdl_mixer: bump sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 20, 2024
1 parent 859b923 commit f2abd4a
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 @@ -75,7 +75,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("sdl/2.28.5", transitive_headers=True, transitive_libs=True)
self.requires("sdl/2.30.2", transitive_headers=True, transitive_libs=True)
if self.options.flac:
self.requires("flac/1.4.2")
if self.options.mpg123:
Expand Down

0 comments on commit f2abd4a

Please sign in to comment.