File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ var IndexPayload = Type("arduino.index", func() {
105
105
})
106
106
107
107
var ToolPayload = Type ("arduino.tool" , func () {
108
- Description (`A tool is an executable program that can upload sketches.
109
- If url is absent the tool will be searched among the package index installed` )
108
+ Description ("A tool is an executable program that can upload sketches." )
110
109
TypeName ("ToolPayload" )
111
110
112
111
Attribute ("name" , String , "The name of the tool" , func () {
@@ -118,13 +117,6 @@ var ToolPayload = Type("arduino.tool", func() {
118
117
Attribute ("packager" , String , "The packager of the tool" , func () {
119
118
Example ("arduino" )
120
119
})
121
-
122
- Attribute ("url" , String , `The url where the package can be found. Optional.
123
- If present checksum must also be present.` )
124
-
125
- Attribute ("checksum" , String , `A checksum of the archive. Mandatory when url is present.
126
- This ensures that the package is downloaded correcly.` )
127
-
128
120
Required ("name" , "version" , "packager" )
129
121
})
130
122
You can’t perform that action at this time.
0 commit comments