diff options
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/build.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/build.py b/win32/build.py index 8e97564bc..104b53fc6 100755 --- a/win32/build.py +++ b/win32/build.py @@ -276,8 +276,8 @@ thirdparty_libs = [ ), AutotoolsProject( - 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz', - '55f2288055e44754275a17c9a2497391', + 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz', + '28cb28097c07a735d6af56e598e1c90f', 'lib/libvorbis.a', ['--disable-shared', '--enable-static'], ), @@ -314,8 +314,8 @@ thirdparty_libs = [ ), FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-2.5.tar.bz2', - '4346fe710cc6bdd981f6534d2420d1ab', + 'http://ffmpeg.org/releases/ffmpeg-2.6.2.tar.bz2', + 'e75d598921285d6775f20164a91936ac', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', @@ -338,8 +338,8 @@ thirdparty_libs = [ ), AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.39.0.tar.lzma', - 'e9aa6dec29920eba8ef706ea5823bad7', + 'http://curl.haxx.se/download/curl-7.42.1.tar.lzma', + 'f1e460020a99da039b153e4bf0cd8600', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |