diff options
-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 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', |