Skip to content

Commit eee2f6a

Browse files
committedDec 23, 2014
Update MinGW toolchain downloads used by travis
1 parent 565959d commit eee2f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎util/travis/before_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ if [ $WINDOWS = "no" ]; then
1515
else
1616
sudo apt-get install p7zip-full
1717
if [ $WINDOWS = "32" ]; then
18-
wget http://meow.minetest.net/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
18+
wget http://sfan5.pf-control.de/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
1919
sed -e "s|%PREFIX%|i686-w64-mingw32|" \
2020
-e "s|%ROOTPATH%|/usr/i686-w64-mingw32|" \
2121
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw.cmake
2222
elif [ $WINDOWS = "64" ]; then
23-
wget http://meow.minetest.net/mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
23+
wget http://sfan5.pf-control.de/mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
2424
sed -e "s|%PREFIX%|x86_64-w64-mingw32|" \
2525
-e "s|%ROOTPATH%|/usr/x86_64-w64-mingw32|" \
2626
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw64.cmake

0 commit comments

Comments
 (0)
Please sign in to comment.