We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af916a commit 9ea6924Copy full SHA for 9ea6924
1 file changed
build-devkit.sh
@@ -183,7 +183,6 @@ BUILDDIR=$(pwd)/.$package
183
if [ ! -z $CROSSBUILD ]; then
184
BUILDDIR=$BUILDDIR-$CROSSBUILD
185
fi
186
-DEVKITPRO_URL="http://downloads.sourceforge.net/devkitpro"
187
188
patchdir=$(pwd)/$basedir/patches
189
scriptdir=$(pwd)/$basedir/scripts
@@ -225,7 +224,7 @@ for archive in $archives $targetarchives $hostarchives
225
224
do
226
echo $archive
227
if [ ! -f $archive ]; then
228
- $FETCH http://downloads.sf.net/devkitpro/$archive || { echo "Error: Failed to download $archive"; exit 1; }
+ $FETCH https://github.com/devkitPro/buildscripts/releases/download/sources/$archive || { echo "Error: Failed to download $archive"; exit 1; }
229
230
done
231
0 commit comments