diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 12:58:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 12:58:26 +0200 |
commit | 8cf50b08f29aa33c4fa402bc420d9703a68e8be8 (patch) | |
tree | 5067cbad6c4cc85f4bd7102da998de1ae0118a88 /python/build/libs.py | |
parent | 818b7e0641f25f55c46bf654d8edb7911c10d584 (diff) |
python/build/libs: update libogg to 1.3.4
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 103c67b09..ea2585dd7 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -15,8 +15,8 @@ libmpdclient = MesonProject( ) libogg = AutotoolsProject( - 'http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz', - '4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08', + 'http://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz', + 'c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe', 'lib/libogg.a', [ '--disable-shared', '--enable-static', |