Homebrew / homebrew-portable-ruby

🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
BSD 2-Clause "Simplified" License
128 stars 43 forks source link

Add livecheck blocks to formulae #204

Closed samford closed 2 months ago

samford commented 2 months ago

As discussed in https://github.com/Homebrew/homebrew-portable-ruby/issues/203, this adds livecheck blocks to the formulae in this tap. The portable-ruby livecheck block returns the newest stable version, assuming that the version restriction will be handled in any associated workflow. If we end up needing to handle the version restriction in the livecheck block, I can update this or create a follow-up PR.

One other thing worth noting is that the livecheck block for portable-openssl is checking the latest release on GitHub whereas the formula in homebrew/core checks https://www.openssl.org/source/. Should we align the check with the core formula(e)?

MikeMcQuaid commented 2 months ago

Should we align the check with the core formula(e)?

Yes, please!