Skip to content

Commit 9ea6924

Browse files
committed
use github to download sources
1 parent 3af916a commit 9ea6924

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ BUILDDIR=$(pwd)/.$package
183183
if [ ! -z $CROSSBUILD ]; then
184184
BUILDDIR=$BUILDDIR-$CROSSBUILD
185185
fi
186-
DEVKITPRO_URL="http://downloads.sourceforge.net/devkitpro"
187186

188187
patchdir=$(pwd)/$basedir/patches
189188
scriptdir=$(pwd)/$basedir/scripts
@@ -225,7 +224,7 @@ for archive in $archives $targetarchives $hostarchives
225224
do
226225
echo $archive
227226
if [ ! -f $archive ]; then
228-
$FETCH http://downloads.sf.net/devkitpro/$archive || { echo "Error: Failed to download $archive"; exit 1; }
227+
$FETCH https://github.com/devkitPro/buildscripts/releases/download/sources/$archive || { echo "Error: Failed to download $archive"; exit 1; }
229228
fi
230229
done
231230

0 commit comments

Comments
 (0)