Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 6813656

Browse files
authored
Merge pull request #10 from napcs/download_fix
Fix link to TDM download
2 parents 3fb1b29 + dfdf405 commit 6813656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winstrap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var files = map[string]string{
2424
// But the tdm-gcc one does, and installs both 32- and 64-bit versions.
2525
// No clue what tdm64 means.
2626
// "tdm64-gcc-4.8.1-3.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm64-gcc-4.8.1-3.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1407729829&use_mirror=ufpr",
27-
"tdm-gcc-4.9.2.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm-gcc-4.9.2.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1420336642&use_mirror=hivelocity",
27+
"tdm-gcc-4.9.2.exe": "https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/Previous/1.1309.0/tdm-gcc-4.9.2.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1420336642&use_mirror=hivelocity",
2828

2929
"Wix35.msi": "http://storage.googleapis.com/winstrap/Wix35.msi",
3030
"Install Git.exe": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe",

0 commit comments

Comments
 (0)