Skip to content

Commit

Permalink
Fix JSON to include subrelease for tools JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Dec 2, 2018
1 parent 2c41c41 commit 55c8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ tarballsize=$(stat -c%s ${tarball})
tarballsha256=$(sha256sum ${tarball} | cut -f1 -d" ")
( echo ' {' &&
echo ' "host": "'$AHOST'",' &&
echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}'/'${tarball}'",' &&
echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}-${subrel}'/'${tarball}'",' &&
echo ' "archiveFileName": "'${tarball}'",' &&
echo ' "checksum": "SHA-256:'${tarballsha256}'",' &&
echo ' "size": "'${tarballsize}'"' &&
Expand Down

0 comments on commit 55c8159

Please sign in to comment.