NOOBS PI1 JSON file error

There is a mistake in “http://download.osmc.tv/installers/noobs/partitions-pi1.json”.
The values of “uncompressed_tarball_size”: UNC_TS_SIZE_ROOT, and “uncompressed_tarball_size”: UNC_TS_SIZE_BOOT, should be integers, as in partitions-pi2.json.
Without this, NOOBS will bomb out with a JSON parse error.

See Broken NOOBS `partitions.json` files? · Issue #336 · osmc/osmc · GitHub. This issue should now be resolved.