Commit 86fee707 authored by Victor Zverovich's avatar Victor Zverovich

Update MinGW URL

parent c643fdae
...@@ -16,8 +16,8 @@ install: ...@@ -16,8 +16,8 @@ install:
# Install MinGW. # Install MinGW.
$url = "http://sourceforge.net/projects/mingw-w64/files/" $url = "http://sourceforge.net/projects/mingw-w64/files/"
$url += "Toolchains%20targetting%20Win64/Personal%20BUILDs/" $url += "Toolchains%20targetting%20Win64/Personal%20BUILDs/"
$url += "mingw-builds/4.9.0/threads-win32/seh/" $url += "mingw-builds/4.9.2/threads-win32/seh/"
$url += "x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download" $url += "x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z/download"
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z
&7z x -oC:\ mingw.7z > $null &7z x -oC:\ mingw.7z > $null
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment