PKGBUILDs/extra/ruby/.nvchecker.toml

8 lines
182 B
TOML
Raw Normal View History

2024-08-09 18:25:43 +00:00
[ruby]
source = "git"
git = "https://github.com/ruby/ruby.git"
prefix = "v"
from_pattern = "([0-9]+)_([0-9]+)_([0-9]+)"
to_pattern = "\\1.\\2.\\3"
exclude_regex = ".+(rc|preview).+"