From 8cf50b08f29aa33c4fa402bc420d9703a68e8be8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 1 Sep 2019 12:58:26 +0200 Subject: [PATCH] python/build/libs: update libogg to 1.3.4 --- 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 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',