From 403aa8c5a17d1106c3e1531adf2b6e460ea056ed Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 5 May 2015 12:08:35 +0200
Subject: [PATCH] {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL

---
 android/build.py | 12 ++++++------
 win32/build.py   | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/android/build.py b/android/build.py
index ad4b93944..04661a93f 100755
--- a/android/build.py
+++ b/android/build.py
@@ -300,8 +300,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'],
     ),
@@ -342,8 +342,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',
@@ -366,8 +366,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',
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',