From 82ff67d4df6dc99923bda86bc7771a4c278cd8cd Mon Sep 17 00:00:00 2001
From: munjeni <sharecard@gmx.com>
Date: Wed, 5 Apr 2023 16:58:50 +0200
Subject: [PATCH] corect link to the latest gordongate driver

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 6e35f8d..e6a8c48 100644
--- a/makefile
+++ b/makefile
@@ -49,7 +49,7 @@ newflasher: newflasher.c version.h
 newflasher.exe: libs newflasher.c version.h
 	@cd zlib-1.2.13 && CC=${CCWIN} ./configure --static && make clean && make
 	@cd expat-2.2.9 && CC="${CCWIN} -fPIC" ./configure --enable-static --disable-shared --host=i686-w64-mingw32 && make clean && make
-	@test -f include/GordonGate.h && echo "" || wget https://github.com/Androxyde/Flashtool/blob/master/FlashtoolDrivers/src/main/resources/drivers/GordonGate/Sony_Mobile_Software_Update_Drivers_x64_Setup.msi?raw=true -O GordonGate
+	@test -f include/GordonGate.h && echo "" || wget https://software.sonymobile.com/drivers/installers/latest/Sony_Mobile_Software_Update_Drivers_x64_Setup.msi -O GordonGate
 	@test -f include/GordonGate.h && echo "" || xxd --include GordonGate > include/GordonGate.h
 	@rm -rf GordonGate
 	sed "s/@VERSION@/$(VERSION)/" newflasher.rc.in >newflasher.rc