From a957800c7703fcac4708ed52e029b5a429a446ce Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Fri, 23 Jun 2023 13:50:47 +0200 Subject: [PATCH] Bump VLC hash To include the meson version fixes --- 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 e7f0b29..3a6f070 100755 --- a/buildsystem/get-vlc.sh +++ b/buildsystem/get-vlc.sh @@ -67,7 +67,7 @@ done # Fetch VLC source # #################### -VLC_TESTED_HASH=4d46246f4aec36a0f749da870af04606a7b3e4e5 +VLC_TESTED_HASH=12cdc66ae1e8e549a0e8e6c13e6930fef45a6518 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git VLC_BRANCH=3.0.x if [ ! -d "vlc" ]; then -- GitLab