@@ -114,11 +114,11 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
114114 OsUrl {Os : "arm-linux-gnueabihf" , Url : "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-armv6-linux-gnueabihf.tar.bz2" },
115115 },
116116 },
117- Tool {Name : "arduino-preprocessor" , Version : "0.1.0 " ,
117+ Tool {Name : "arduino-preprocessor" , Version : "0.1.1 " ,
118118 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 " },
122122 // OsUrl{Os: "x86_64-apple-darwin", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-x86_64-apple-darwin.zip"},
123123 // OsUrl{Os: "arm-linux-gnueabihf", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-armv6-linux-gnueabihf.tar.bz2"},
124124 },
@@ -708,9 +708,9 @@ func translateGOOSGOARCHToPackageIndexValue() []string {
708708 case "linux-386" :
709709 return []string {"i686-pc-linux-gnu" , "i686-linux-gnu" }
710710 case "windows-amd64" :
711- return []string {"i686-mingw32" }
711+ return []string {"i686-mingw32" , "i686-cygwin" }
712712 case "windows-386" :
713- return []string {"i686-mingw32" }
713+ return []string {"i686-mingw32" , "i686-cygwin" }
714714 case "darwin-amd64" :
715715 return []string {"i386-apple-darwin11" , "x86_64-apple-darwin" }
716716 case "linux-arm" :
0 commit comments