From f6c4cda0d428283cc15a5867de6a07a0bffa6def Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Tue, 3 Jan 2017 15:04:07 +0100
Subject: [PATCH] python/libs: upgrade FLAC to 1.3.2

---
 python/build/libs.py | 4 ++--
 1 file 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',