From 59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 9 Feb 2012 10:50:41 +0100 Subject: main: updated version check url --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.c') diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0c8f427..5bf3283 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -94,7 +94,7 @@ static int load_version_data(struct idevicerestore_client_t* client) return -1; } - if (download_to_file("http://itunes.com/version", tmpf) == 0) { + if (download_to_file("http://ax.itunes.apple.com/check/version", tmpf) == 0) { __mkdir("cache", 0755); remove(VERSION_XML); if (rename(tmpf, VERSION_XML) < 0) { -- cgit v1.1-32-gdbae