Skip to content

Commit e313580

Browse files
committed
update arduino-preprocessor to 0.1.1
1 parent ff14726 commit e313580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino.cc/builder/test/helper_tools_downloader.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ 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{
119119
// 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"},
121121
// OsUrl{Os: "i686-mingw32", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-i686-mingw32.zip"},
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"},

0 commit comments

Comments
 (0)