We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba6ac8 commit cbf7e44Copy full SHA for cbf7e44
extra/gen_package_index_json.sh
@@ -35,7 +35,7 @@ jq -s '{ "packages": [ { "platforms": [ .[0]*.[1]*.[2] ] } ] }' \
35
"version": "$(extra/get_core_version.sh)",
36
"url": "https://downloads.arduino.cc/cores/zephyr/$(basename $ARTIFACT_FILE)",
37
"archiveFileName": "$(basename $ARTIFACT_FILE)",
38
- "checksum": "SHA256:$(sha256sum $ARTIFACT_FILE | awk '{print $1}')",
+ "checksum": "SHA-256:$(sha256sum $ARTIFACT_FILE | awk '{print $1}')",
39
"size": "$(stat -c %s $ARTIFACT_FILE)",
40
"boards": $BOARD_NAMES
41
}
0 commit comments