From 33ce9e38d240be35da1f93ffa9d74543ccbbf1b3 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Tue, 13 Aug 2024 14:51:21 +0200 Subject: [PATCH] Change Wine URI Reviewed-on: https://git.codingworkshop.eu.org/xt-sys/xtchain/pulls/6 Reviewed-by: Rafal Kupiec Co-authored-by: Aiken Harris Co-committed-by: Aiken Harris --- build-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-linux.sh b/build-linux.sh index 4df27d2..591f61f 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -46,7 +46,7 @@ NINJAVCS="https://github.com/ninja-build/ninja.git" # Wine Settings WINEDIR="${SRCDIR}/wine" WINETAG="wine-9.8" -WINEVCS="git://source.winehq.org/git/wine.git" +WINEVCS="https://github.com/wine-mirror/wine.git" # This function applies a patches to the 3rd party project