Skip to content

Commit

Permalink
Update dependency libalsa to v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Aug 20, 2024
1 parent ab739b4 commit c053b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def requirements(self):
self.requires("libwebp/1.4.0", override=True)
if self.settings.os == "Linux":
self.requires("xz_utils/5.4.5", override=True)
self.requires("libalsa/1.2.10", override=True)
self.requires("libalsa/1.2.12", override=True)

def generate(self):
for dep in self.dependencies.values():
Expand Down

0 comments on commit c053b74

Please sign in to comment.