mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 04:27:50 +08:00
MinGW currently uses only internal URL without backup. Added the official URL to these scripts with SHA1 checksum verification. Change-Id: Id9b8a1bf1110201414e9d79c9e713475118ff661 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
9 lines
225 B
PowerShell
9 lines
225 B
PowerShell
. "$PSScriptRoot\..\common\install-mingw.ps1"
|
|
|
|
# This script will install MinGW 6.3.0
|
|
|
|
$release = "i686-6.3.0-release-posix-dwarf-rt_v5-rev2"
|
|
$sha1 = "AABEFF22DC3800FCFDB29144BFB08B0B728C476B"
|
|
|
|
InstallMinGW $release $sha1
|