Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 2.7 spec has wrong path to cache #95

Open
matthewsheerin opened this issue Nov 26, 2020 · 0 comments
Open

Ruby 2.7 spec has wrong path to cache #95

matthewsheerin opened this issue Nov 26, 2020 · 0 comments

Comments

@matthewsheerin
Copy link

The following line in the spec defines the cache to download from:
Source0: https://cache.ruby-lang.org/pub/ruby/ruby-%{version}.tar.gz.

For up to Ruby 2.6, e.g. Ruby 2.6.6, it generates the following URL that works:
https://cache.ruby-lang.org/pub/ruby/ruby-2.6.6.tar.gz.

For Ruby 2.7 onwards, e.g. Ruby 2.7.2, the URL doesn't exist, and it should instead be:
https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant