@@ -114,11 +114,11 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
114
114
OsUrl {Os : "arm-linux-gnueabihf" , Url : "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-armv6-linux-gnueabihf.tar.bz2" },
115
115
},
116
116
},
117
- Tool {Name : "arduino-preprocessor" , Version : "0.1.0 " ,
117
+ Tool {Name : "arduino-preprocessor" , Version : "0.1.1 " ,
118
118
OsUrls : []OsUrl {
119
- // OsUrl{Os: "i686-pc-linux-gnu", Url: "http ://downloads. arduino.cc/tools/ctags-5.8-arduino11 -i686-pc-linux-gnu.tar.bz2"},
120
- OsUrl {Os : "x86_64-pc-linux-gnu" , Url : "http ://downloads. arduino.cc/tools/ arduino-preprocessor-0.1.0 -x86_64-pc-linux-gnu.tar.bz2" },
121
- // OsUrl{Os: "i686-mingw32 ", Url: "http ://downloads. arduino.cc/tools/ctags-5.8-arduino11- i686-mingw32.zip "},
119
+ OsUrl {Os : "i686-pc-linux-gnu" , Url : "https ://github.com/ arduino/arduino-preprocessor/releases/download/0.1.1/arduino-preprocessor-0.1.1 -i686-pc-linux-gnu.tar.bz2" },
120
+ OsUrl {Os : "x86_64-pc-linux-gnu" , Url : "https ://github.com/ arduino/arduino-preprocessor/releases/download/0.1.1/ arduino-preprocessor-0.1.1 -x86_64-pc-linux-gnu.tar.bz2" },
121
+ OsUrl {Os : "i686-cygwin " , Url : "https ://github.com/ arduino/arduino-preprocessor/releases/download/0.1.1/arduino-preprocessor-0.1.1- i686-pc-cygwin.tar.bz2 " },
122
122
// OsUrl{Os: "x86_64-apple-darwin", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-x86_64-apple-darwin.zip"},
123
123
// OsUrl{Os: "arm-linux-gnueabihf", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-armv6-linux-gnueabihf.tar.bz2"},
124
124
},
@@ -708,9 +708,9 @@ func translateGOOSGOARCHToPackageIndexValue() []string {
708
708
case "linux-386" :
709
709
return []string {"i686-pc-linux-gnu" , "i686-linux-gnu" }
710
710
case "windows-amd64" :
711
- return []string {"i686-mingw32" }
711
+ return []string {"i686-mingw32" , "i686-cygwin" }
712
712
case "windows-386" :
713
- return []string {"i686-mingw32" }
713
+ return []string {"i686-mingw32" , "i686-cygwin" }
714
714
case "darwin-amd64" :
715
715
return []string {"i386-apple-darwin11" , "x86_64-apple-darwin" }
716
716
case "linux-arm" :
0 commit comments