File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/arduino.cc/builder/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ 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
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" },
120
+ OsUrl {Os : "x86_64-pc-linux-gnu" , Url : "http://downloads.arduino.cc/tools/arduino-preprocessor-0.1.1 -x86_64-pc-linux-gnu.tar.bz2" },
121
121
// OsUrl{Os: "i686-mingw32", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-i686-mingw32.zip"},
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"},
You can’t perform that action at this time.
0 commit comments