@@ -84,12 +84,12 @@ type Core struct {
84
84
85
85
func DownloadCoresAndToolsAndLibraries (t * testing.T ) {
86
86
cores := []Core {
87
- Core {Maintainer : "arduino" , Arch : "avr" , Version : "1.6.9 " },
88
- Core {Maintainer : "arduino" , Arch : "sam" , Version : "1.6.5 " },
87
+ Core {Maintainer : "arduino" , Arch : "avr" , Version : "1.6.10 " },
88
+ Core {Maintainer : "arduino" , Arch : "sam" , Version : "1.6.7 " },
89
89
}
90
90
91
91
boardsManagerCores := []Core {
92
- Core {Maintainer : "arduino" , Arch : "samd" , Version : "1.6.2 " },
92
+ Core {Maintainer : "arduino" , Arch : "samd" , Version : "1.6.5 " },
93
93
}
94
94
95
95
boardsManagerRedBearCores := []Core {
@@ -134,7 +134,7 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
134
134
libraries := []Library {
135
135
Library {Name : "Audio" , Version : "1.0.4" },
136
136
Library {Name : "Adafruit PN532" , Version : "1.0.0" },
137
- Library {Name : "Bridge" , Version : "1.1.0 " },
137
+ Library {Name : "Bridge" , Version : "1.6.1 " },
138
138
Library {Name : "CapacitiveSensor" , Version : "0.5.0" , VersionInLibProperties : "0.5" },
139
139
Library {Name : "Ethernet" , Version : "1.1.1" },
140
140
Library {Name : "Robot IR Remote" , Version : "1.0.2" },
0 commit comments