Skip to content

Commit 36c4d5d

Browse files
committed
fix download URL
1 parent ef3ff5e commit 36c4d5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

perl/devkitA64update.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$dir = "$pwd/$dir";
4848
}
4949

50-
printf("devkitPPC Updater/Installer\n");
50+
printf("devkitA64 Updater/Installer\n");
5151
printf("Installing to %s\n", $dir);
5252

5353
# Get OS information
@@ -98,7 +98,7 @@
9898
unlink("devkitProUpdate.ini") or die $!;
9999
}
100100
printf("Downloading update file...");
101-
system($downloader . " http://devkitpro.sourceforge.net/devkitProUpdate.ini") and die "Failed to download!";
101+
system($downloader . " http://downloads.devkitpro.org/devkitProUpdate.ini") and die "Failed to download!";
102102
printf("OK!\n");
103103

104104
# Initialize versions & newVersions

0 commit comments

Comments
 (0)