From 86fee707fb1e3289fa3f3c98f23de669c8aed776 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 12 Feb 2015 16:48:17 -0800 Subject: [PATCH] Update MinGW URL --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7a6c2a57..dea5d19f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,8 +16,8 @@ install: # Install MinGW. $url = "http://sourceforge.net/projects/mingw-w64/files/" $url += "Toolchains%20targetting%20Win64/Personal%20BUILDs/" - $url += "mingw-builds/4.9.0/threads-win32/seh/" - $url += "x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download" + $url += "mingw-builds/4.9.2/threads-win32/seh/" + $url += "x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z/download" Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z &7z x -oC:\ mingw.7z > $null }