From 2190cc7927c7b354cf434d04f8c228507ea2b4bd Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@musicpd.org> Date: Fri, 17 Jan 2020 15:17:21 +0100 Subject: [PATCH] python/build/libs.py: update FLAC to 1.3.3 --- 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 85e8c1c23..24cc8659c 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -52,8 +52,8 @@ opus = AutotoolsProject( ) flac = AutotoolsProject( - 'http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz', - '91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f', + 'http://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz', + '213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748', 'lib/libFLAC.a', [ '--disable-shared', '--enable-static',