From 6498970cb530ae24ca757053b19f7a2956dbab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Thu, 2 Jun 2016 15:16:11 +0200 Subject: [PATCH] Update HASH --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index e4306181e..893547710 100755 --- a/compile.sh +++ b/compile.sh @@ -153,7 +153,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=3b82f9f +TESTED_HASH=9e9b227 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc -- GitLab