diff options
author | Max Kellermann <max@musicpd.org> | 2018-04-26 19:14:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-04-26 19:14:26 +0200 |
commit | d40e9de2d2b82063853bebb87afce4e2199afa6e (patch) | |
tree | 4b1d0e7aa6824d10c79c5ad0051dbe61e37e955e /python/build/libs.py | |
parent | 1e54297be8322546b0b9c651989ce7fdc5ea2ce2 (diff) |
python/build/libs.py: upgrade libvorbis to 1.3.6
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 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', |