From be492ed108ca4ed11ec6334fb001e089d4bef116 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Fri, 28 Nov 2014 20:16:33 +0100
Subject: android: update libFLAC to 1.3.1

Due to security vulnerabilities.
---
 android/build.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'android/build.py')

diff --git a/android/build.py b/android/build.py
index 634d9bffb..c9430b356 100755
--- a/android/build.py
+++ b/android/build.py
@@ -314,8 +314,8 @@ thirdparty_libs = [
     ),
 
     AutotoolsProject(
-        'https://svn.xiph.org/releases/flac/flac-1.3.0.tar.xz',
-        '13b5c214cee8373464d3d65dee362cdd',
+        'http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz',
+        'b9922c9a0378c88d3e901b234f852698',
         'lib/libFLAC.a',
         [
             '--disable-shared', '--enable-static',
-- 
cgit v1.2.3