From c509a1c955e64c889e784a784d581d84a43b7b1c Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Wed, 3 Aug 2022 15:07:20 +0200 Subject: [PATCH] Update VLC hash for a 3.x artifact release --- buildsystem/get-vlc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/get-vlc.sh b/buildsystem/get-vlc.sh index da9bbfa..d1c8164 100755 --- a/buildsystem/get-vlc.sh +++ b/buildsystem/get-vlc.sh @@ -67,7 +67,7 @@ done # Fetch VLC source # #################### -VLC_TESTED_HASH=8761dbe132bcd6f8b4bc9a5c29672f9937eeedae +VLC_TESTED_HASH=cdcf450c8ef00c682af82a66e889022bfdb91d39 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git VLC_BRANCH=3.0.x if [ ! -d "vlc" ]; then -- GitLab