From 878d9abeb741bc4a3723ab8bcce800b9bfbd2f9e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Mar 2022 14:29:58 +0100 Subject: [PATCH] python/build/libs.py: update libogg to 1.3.5 --- 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 a1fc60196..20c7e949b 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -18,8 +18,8 @@ libmpdclient = MesonProject( ) libogg = CmakeProject( - 'http://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz', - 'c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe', + 'http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz', + 'c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705', 'lib/libogg.a', [ '-DBUILD_SHARED_LIBS=OFF',