Closed tmckayus closed 4 years ago
why is .tgz file renamed from ...3.0.0... to 3.0.1 but with no changes?
because it's a zero-length file that is used by the upstream build system to figure out what to download. We can't store tarballs in git because they're too big, so we just store a truncated tarball as a pointer.
why is .tgz file renamed from ...3.0.0... to 3.0.1 but with no changes?