aedi: update sndfile to 1.2.2

This commit is contained in:
alexey.lysiuk 2023-08-14 09:45:39 +03:00
parent c38c54f71c
commit 5b1bc06fce

View file

@ -423,8 +423,8 @@ class SndFileTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz',
'0e30e7072f83dc84863e2e55f299175c7e04a5902ae79cfb99d4249ee8f6d60a')
'https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz',
'3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e')
def configure(self, state: BuildState):
opts = state.options