python/libs: upgrade FLAC to 1.3.2

This commit is contained in:
Max Kellermann 2017-01-03 15:04:07 +01:00
parent 39fd713b91
commit f6c4cda0d4
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ opus = AutotoolsProject(
)
flac = AutotoolsProject(
'http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz',
'b9922c9a0378c88d3e901b234f852698',
'http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz',
'91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f',
'lib/libFLAC.a',
[
'--disable-shared', '--enable-static',