rbenv / ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
https://rbenv.org/man/ruby-build.1
MIT License
3.89k stars 780 forks source link

Fix package name for openssl-3.0.14 #2408

Closed mislav closed 3 months ago

mislav commented 3 months ago

Followup to https://github.com/rbenv/ruby-build/pull/2407

@hsbt There was a small renaming issue. I've used script/update-openssl 3.0.14 <SHA> to fix it.

hsbt commented 3 months ago

I've used script/update-openssl 3.0.14 to fix it.

I didn't know that. Thanks 🙏