diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-03 15:04:07 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-03 15:04:07 +0100 |
commit | f6c4cda0d428283cc15a5867de6a07a0bffa6def (patch) | |
tree | a2beaa977555d5e6defa0d9650767533f881ba4c /python | |
parent | 39fd713b918585d2598b527d26f2c16caa4b3211 (diff) |
python/libs: upgrade FLAC to 1.3.2
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index db630818b..68beb78c6 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -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', |