diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-05 17:41:53 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-05 17:41:58 +0100 |
commit | 368d9359dd3e86d56cc2fb5f12bb9857548bcbcd (patch) | |
tree | 6e744afdecb84eb62c0a10b04a9068cf3c59af0b /python/build/libs.py | |
parent | d98c19d56137d725c68165ded9a511e68d6e9083 (diff) |
python/build/libs.py: update libogg to 1.3.3
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 28717de9c..084508574 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -6,8 +6,8 @@ from build.ffmpeg import FfmpegProject from build.boost import BoostProject libogg = AutotoolsProject( - 'http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz', - '5c3a34309d8b98640827e5d0991a4015', + 'http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz', + '4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08', 'lib/libogg.a', [ '--disable-shared', '--enable-static', |