mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
7 lines
182 B
TOML
7 lines
182 B
TOML
[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).+"
|