First reported by @schiotz at #4871 (comment), several other projects have been hit by this as well:
Some more details in libgit2/libgit2#4343 (comment)
Long story short: we should try to avoid downloading from github.com/.../.../archive (and try to use github.com/.../.../releases (or another located where 'packaged' tarballs are available) instead, if at all possible.
If not, the alternatives I see are:
- doing a
git clone on the tagged version and creating the tarball ourselves (directly using tar), which should always give the same tarball?
- not including any checksums if we need to download from
github.com/.../.../archive
First reported by @schiotz at #4871 (comment), several other projects have been hit by this as well:
Some more details in libgit2/libgit2#4343 (comment)
Long story short: we should try to avoid downloading from
github.com/.../.../archive(and try to usegithub.com/.../.../releases(or another located where 'packaged' tarballs are available) instead, if at all possible.If not, the alternatives I see are:
git cloneon the tagged version and creating the tarball ourselves (directly usingtar), which should always give the same tarball?github.com/.../.../archive