diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-17 15:17:21 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-17 15:17:21 +0100 |
commit | 2190cc7927c7b354cf434d04f8c228507ea2b4bd (patch) | |
tree | 99b6c47ee017877f004ade96041dd9a953972266 /python/build/libs.py | |
parent | 75dc9506c29dbf62446d7c9f8f8dd269922a14ea (diff) |
python/build/libs.py: update FLAC to 1.3.3
Diffstat (limited to 'python/build/libs.py')
-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 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', |