From 7a3fc1d1269a926c4562e251ee67d9412b960289 Mon Sep 17 00:00:00 2001 From: Duncan McNamara Date: Mon, 7 Oct 2024 11:56:16 +0200 Subject: [PATCH] RemoteAccess: bump hash --- buildsystem/compile-remoteaccess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh index 728906ddc..c5dcfd155 100755 --- a/buildsystem/compile-remoteaccess.sh +++ b/buildsystem/compile-remoteaccess.sh @@ -57,7 +57,7 @@ done ############################## diagnostic "Setting up the Remote Access project" - REMOTE_ACCESS_TESTED_HASH=67dc3dbcb73c48a09fe5f7e87d34431315c36ead + REMOTE_ACCESS_TESTED_HASH=99d3c877c9b1e573806d22213a718a7a07fe9846 REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess : ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/remoteaccess"}