File tree 1 file changed +3
-3
lines changed
arduino-core/src/cc/arduino
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public class Constants {
74
74
if (extenalPackageIndexUrl != null && !"" .equals (extenalPackageIndexUrl )) {
75
75
PACKAGE_INDEX_URL = extenalPackageIndexUrl ;
76
76
} else {
77
- PACKAGE_INDEX_URL = "http ://downloads.arduino.cc/packages/package_index.json" ;
77
+ PACKAGE_INDEX_URL = "https ://downloads.arduino.cc/packages/package_index.json" ;
78
78
}
79
79
80
80
String externalLibraryIndexUrl = System .getProperty ("LIBRARY_INDEX_URL" );
@@ -87,8 +87,8 @@ public class Constants {
87
87
LIBRARY_INDEX_URL_GZ = "" ;
88
88
}
89
89
} else {
90
- LIBRARY_INDEX_URL = "http ://downloads.arduino.cc/libraries/library_index.json" ;
91
- LIBRARY_INDEX_URL_GZ = "http ://downloads.arduino.cc/libraries/library_index.json.gz" ;
90
+ LIBRARY_INDEX_URL = "https ://downloads.arduino.cc/libraries/library_index.json" ;
91
+ LIBRARY_INDEX_URL_GZ = "https ://downloads.arduino.cc/libraries/library_index.json.gz" ;
92
92
}
93
93
}
94
94
You can’t perform that action at this time.
0 commit comments