File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
"host": "i686-mingw32",
21
21
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
22
22
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
23
- "checksum": "SHA-256:%%WINDOWS64_SHA %%",
24
- "size": "%%WINDOWS64_SIZE %%"
23
+ "checksum": "SHA-256:%%WINDOWS32_SHA %%",
24
+ "size": "%%WINDOWS32_SIZE %%"
25
25
},
26
26
{
27
27
"host": "x86_64-mingw32",
28
28
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
29
29
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
30
- "checksum": "SHA-256:%%WINDOWS32_SHA %%",
31
- "size": "%%WINDOWS32_SIZE %%"
30
+ "checksum": "SHA-256:%%WINDOWS64_SHA %%",
31
+ "size": "%%WINDOWS64_SIZE %%"
32
32
},
33
33
{
34
34
"host": "i386-apple-darwin11",
You can’t perform that action at this time.
0 commit comments