toltec-dev / toltec

Community-maintained repository of free software for the reMarkable tablet.
https://toltec-dev.org
MIT License
743 stars 60 forks source link

micro source sha256sum no longer matches #866

Closed Eeems closed 4 months ago

Eeems commented 4 months ago

Describe the issue When trying to build micro, it fails as the source tarball no longer matches the sha256sum used to originally build it.

To Reproduce Steps to reproduce the behaviour:

  1. Download repo
  2. make micro
  3. toltec.builder.BuildError: Invalid checksum for source file https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-linux-arm.tar.gz

Expected behaviour I would expect this to work, as Github reports that the release artifact has not been modified after the last time micro was built.

Upstream issue https://github.com/zyedidia/micro/issues/3322

Screenshots image

System information:

Additional context N/A