From 64e8abf203893c97cf7ecd94dda8c8dddcc56310 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Jul 2020 12:34:12 +0200 Subject: [PATCH] python/build/libs.py: update libvorbis to 1.3.7 --- 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 d4c809232..67e4e72e4 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -25,8 +25,8 @@ libogg = AutotoolsProject( ) libvorbis = AutotoolsProject( - 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz', - 'af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415', + 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz', + 'b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b', 'lib/libvorbis.a', [ '--disable-shared', '--enable-static',