Skip to content

Commit d79ec76

Browse files
committed
update url for ini
1 parent 02e2db9 commit d79ec76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

perl/devkitARMupdate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
unlink("devkitProUpdate.ini") or die $!;
123123
}
124124
printf("Downloading update file...");
125-
system($downloader . " http://devkitpro.sourceforge.net/devkitProUpdate.ini") and die "Failed to download!";
125+
system($downloader . " http://downloads.devkitpro.org/devkitProUpdate.ini") and die "Failed to download!";
126126
printf("OK!\n");
127127

128128
# Initialize versions & newVersions

perl/devkitPPCupdate.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
unlink("devkitProUpdate.ini") or die $!;
103103
}
104104
printf("Downloading update file...");
105-
system($downloader . " http://devkitpro.sourceforge.net/devkitProUpdate.ini") and die "Failed to download!";
105+
system($downloader . " http://downloads.devkitpro.org/devkitProUpdate.ini") and die "Failed to download!";
106106
printf("OK!\n");
107107

108108
# Initialize versions & newVersions
@@ -177,7 +177,7 @@
177177
printf("%s is up-to-date\n", $key);
178178
}
179179
}
180-
180+
181181
# Download files
182182
foreach my $key (keys %updates)
183183
{

0 commit comments

Comments
 (0)