Skip to content

Commit 411427f

Browse files
committed
Fixed package_index.json template
1 parent 281d071 commit 411427f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: extras/package_index.json.template

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"host": "i686-mingw32",
2121
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
2222
"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%%"
2525
},
2626
{
2727
"host": "x86_64-mingw32",
2828
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
2929
"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%%"
3232
},
3333
{
3434
"host": "i386-apple-darwin11",

0 commit comments

Comments
 (0)