summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-07-20 12:34:12 +0200
committerMax Kellermann <max@musicpd.org>2020-07-20 12:34:16 +0200
commit64e8abf203893c97cf7ecd94dda8c8dddcc56310 (patch)
tree00638ca30b69f83d53a755d28ce3ebfe8a492497 /python
parent6c40d2a65647bcd04f07d8a8cc86f3819c5601cc (diff)
python/build/libs.py: update libvorbis to 1.3.7
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py4
1 files 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',