From 7829267782e508a35a979dada1d6e475b57f65ae Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 17 Oct 2011 21:14:49 +0200 Subject: [PATCH] download .dols from Tuxfamily --- source/Prompts/prompt_update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Prompts/prompt_update.cpp b/source/Prompts/prompt_update.cpp index caef54c..2c0ddc6 100644 --- a/source/Prompts/prompt_update.cpp +++ b/source/Prompts/prompt_update.cpp @@ -99,7 +99,7 @@ updatePrompt(string rev) ResumeGui(); char url[100]; - sprintf(url, "http://hamachi-mp.bplaced.net/Downloads/wii/Homebrew_Filter/rev%s/boot.dol", rev.c_str()); + sprintf(url, "http://download.tuxfamily.org/hbf/DOL/rev%s/boot.dol", rev.c_str()); struct block file = downloadfile(url); if (file.data && file.size > 0) @@ -345,4 +345,4 @@ string checkUpdatePrompt() ResumeGui(); return rev; -} \ No newline at end of file +}