From d40e9de2d2b82063853bebb87afce4e2199afa6e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Apr 2018 19:14:26 +0200 Subject: python/build/libs.py: upgrade libvorbis to 1.3.6 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/build/libs.py b/python/build/libs.py index 1c99a37cb..c51465c31 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -17,8 +17,8 @@ libogg = AutotoolsProject( ) libvorbis = AutotoolsProject( - 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz', - '28cb28097c07a735d6af56e598e1c90f', + 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz', + 'af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415', 'lib/libvorbis.a', [ '--disable-shared', '--enable-static', -- cgit v1.2.3