From 9cd6e49958d072cfc973c464b122e43b001ed659 Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Tue, 27 Sep 2016 19:12:18 +0200 Subject: [PATCH] Update HASH --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 70d89b60a..f93058839 100755 --- a/compile.sh +++ b/compile.sh @@ -184,7 +184,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=c7b91b5 +TESTED_HASH=215df6e if [ ! -d "vlc" ]; then diagnostic "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc -- GitLab