diff options
author | Nikias Bassen | 2012-02-09 10:50:41 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-02-09 10:50:41 +0100 |
commit | 59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f (patch) | |
tree | a1d04fc0255149b3a6953da5dd5d5024d82ecc01 /src/idevicerestore.c | |
parent | c0f481c0bb576505f736437e587aca993727a714 (diff) | |
download | idevicerestore-59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f.tar.gz idevicerestore-59a35b2ccb1fd65ec2a4ec6c2f1d20880a33ab5f.tar.bz2 |
main: updated version check url
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r-- | src/idevicerestore.c | 2 |
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) { |