From e8a25dc8d9b53ab576357bb2ef70d584cb464daa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Sep 2023 22:19:39 +0200 Subject: [PATCH] python/build/libs.py: update FLAC to 1.4.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 74f165bb1..e1ac0c5ec 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.4.2.tar.xz', - 'e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4', + 'http://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz', + '6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70', 'lib/libFLAC.a', [ '--disable-shared', '--enable-static',