From 53cde42e61757a40bf13cc9b55e780e54b2aace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Wed, 31 Jul 2019 15:22:57 +0200 Subject: [PATCH] Update VLC HASH --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 7d4277327..d75da6d71 100755 --- a/compile.sh +++ b/compile.sh @@ -270,7 +270,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=ee139ff +TESTED_HASH=f97c872 VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git if [ ! -d "vlc" ]; then diagnostic "VLC sources: not found, cloning"