summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-09 10:50:41 +0100
committerGravatar Nikias Bassen2012-02-09 10:50:41 +0100
commit59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f (patch)
treea1d04fc0255149b3a6953da5dd5d5024d82ecc01 /src
parentc0f481c0bb576505f736437e587aca993727a714 (diff)
downloadidevicerestore-59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f.tar.gz
idevicerestore-59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f.tar.bz2
main: updated version check url
Diffstat (limited to 'src')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
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) {