From 401a423cad3df2cab0796a895e5f311cb2cbeb79 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 20 Feb 2015 10:27:45 +0100 Subject: [PATCH] Update the vlc HASH for AT and subtitles --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 0ce9e4f32..89aaaedf1 100755 --- a/compile.sh +++ b/compile.sh @@ -130,7 +130,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=3375a55 +TESTED_HASH=35fc569 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc -- GitLab