Skip to content

Commit

Permalink
Fixed package_index template
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Oct 16, 2020
1 parent 4573975 commit 166273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/package_index.json.template
Expand Up @@ -17,14 +17,14 @@
"size": "%%LINUX64_SIZE%%"
},
{
"host": "x86_64-mingw32",
"host": "i686-mingw32",
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
"checksum": "SHA-256:%%WINDOWS64_SHA%%",
"size": "%%WINDOWS64_SIZE%%"
},
{
"host": "i686-mingw32",
"host": "x86_64-mingw32",
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
"checksum": "SHA-256:%%WINDOWS32_SHA%%",
Expand Down

0 comments on commit 166273a

Please sign in to comment.