diff options
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', |