We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281d071 commit 411427fCopy full SHA for 411427f
extras/package_index.json.template
@@ -20,15 +20,15 @@
20
"host": "i686-mingw32",
21
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
22
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
23
- "checksum": "SHA-256:%%WINDOWS64_SHA%%",
24
- "size": "%%WINDOWS64_SIZE%%"
+ "checksum": "SHA-256:%%WINDOWS32_SHA%%",
+ "size": "%%WINDOWS32_SIZE%%"
25
},
26
{
27
"host": "x86_64-mingw32",
28
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
29
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
30
- "checksum": "SHA-256:%%WINDOWS32_SHA%%",
31
- "size": "%%WINDOWS32_SIZE%%"
+ "checksum": "SHA-256:%%WINDOWS64_SHA%%",
+ "size": "%%WINDOWS64_SIZE%%"
32
33
34
"host": "i386-apple-darwin11",
0 commit comments