Skip to content

Commit cbf7e44

Browse files
committed
extra/gen_package_index_json.sh: fix JSON format
1 parent aba6ac8 commit cbf7e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/gen_package_index_json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jq -s '{ "packages": [ { "platforms": [ .[0]*.[1]*.[2] ] } ] }' \
3535
"version": "$(extra/get_core_version.sh)",
3636
"url": "https://downloads.arduino.cc/cores/zephyr/$(basename $ARTIFACT_FILE)",
3737
"archiveFileName": "$(basename $ARTIFACT_FILE)",
38-
"checksum": "SHA256:$(sha256sum $ARTIFACT_FILE | awk '{print $1}')",
38+
"checksum": "SHA-256:$(sha256sum $ARTIFACT_FILE | awk '{print $1}')",
3939
"size": "$(stat -c %s $ARTIFACT_FILE)",
4040
"boards": $BOARD_NAMES
4141
}

0 commit comments

Comments
 (0)