From 619bb60b267f1e350ed3aefbf3cdf02a7803a34b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Nov 2022 10:26:25 +0100 Subject: [PATCH] python/build/libs.py: update FLAC to 1.4.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 7c01ae9ae..f50e164c6 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -43,8 +43,8 @@ opus = AutotoolsProject( ) flac = AutotoolsProject( - 'http://downloads.xiph.org/releases/flac/flac-1.4.0.tar.xz', - 'af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506', + 'http://downloads.xiph.org/releases/flac/flac-1.4.2.tar.xz', + 'e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4', 'lib/libFLAC.a', [ '--disable-shared', '--enable-static',