Skip to content

Commit 199314a

Browse files
Fix picotool path for Windows and Mac (#1836)
Fixes #1835
1 parent 1020023 commit 199314a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package/package_pico_index.template.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,17 @@
298298
},
299299
{
300300
"host": "i686-mingw32",
301-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.picotool-f6fe6b7.230911.zip",
302-
"archiveFileName": "i686-w64-mingw32.picotool-f6fe6b7.230911.zip",
303-
"checksum": "SHA-256:8059eb1b0c41fad5ec6da06a731f19e7d25ce21684679d9975311ecb66e0aca6",
304-
"size": "292401"
301+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.picotool1-f6fe6b7.230911.zip",
302+
"archiveFileName": "i686-w64-mingw32.picotool1-f6fe6b7.230911.zip",
303+
"checksum": "SHA-256:5c8fc5a9a9a6f4cc49a84bcf4cde6f4188d64008d11754bda4da48affca39f13",
304+
"size": "291812"
305305
},
306306
{
307307
"host": "x86_64-apple-darwin",
308-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-apple-darwin15.picotool-f6fe6b7.230911.tar.gz",
309-
"archiveFileName": "x86_64-apple-darwin15.picotool-f6fe6b7.230911.tar.gz",
310-
"checksum": "SHA-256:01813cb827a33de73ac46450f9525855b483269b6248a5c9d123d4771b78e5d7",
311-
"size": "845993"
308+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-apple-darwin15.picotool1-f6fe6b7.230911.tar.gz",
309+
"archiveFileName": "x86_64-apple-darwin15.picotool1-f6fe6b7.230911.tar.gz",
310+
"checksum": "SHA-256:80415ab9b4b63a327b31a1b84df31883dae4080a286851a546a46badf1b7de41",
311+
"size": "1130270"
312312
},
313313
{
314314
"host": "x86_64-pc-linux-gnu",
@@ -319,10 +319,10 @@
319319
},
320320
{
321321
"host": "x86_64-mingw32",
322-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.picotool-f6fe6b7.230911.zip",
323-
"archiveFileName": "x86_64-w64-mingw32.picotool-f6fe6b7.230911.zip",
324-
"checksum": "SHA-256:08e516df547aaf42d808584e3f7f95b2c91966721f8dc377a772f67eb7b2baa4",
325-
"size": "277242"
322+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.picotool1-f6fe6b7.230911.zip",
323+
"archiveFileName": "x86_64-w64-mingw32.picotool1-f6fe6b7.230911.zip",
324+
"checksum": "SHA-256:1a0cbf35adcc1fa696af8a97ea37d9f413fb4de152713b8f97f1d0ca393a5593",
325+
"size": "277139"
326326
}
327327
]
328328
},

0 commit comments

Comments
 (0)