28dd6b378c
The default implementation of Package.fetch_remote_versions will take a URL like https://github.com/google/protobuf/archive/ and automatically search https://github.com/google/protobuf/releases/ for new package versions. In the case of protobuf the release/ path contains release artifacts for a version and the archive/ path contains the desired source. Since both are associated with the version, and Package.fetch_remote_versions only stores one URL for a given version, the two paths are in conflict; previously the URL returned for a given version was arbitrarily chosen between the two paths. This updates the definition for the Protobuf package to always search for URLs in https://github.com/google/protobuf/archive/ |
||
---|---|---|
.. | ||
spack |