You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ruby2*: Escape periods in livecheck.regex
This commit is contained in:
@@ -139,5 +139,4 @@ variant relative description "Enable relative loading of libraries to allow for
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.2/
|
||||
livecheck.regex ruby-(2\.2\.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.2\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
@@ -138,5 +138,4 @@ variant relative description "Enable relative loading of libraries to allow for
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.3/
|
||||
livecheck.regex ruby-(2.3.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.3\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
@@ -139,5 +139,4 @@ variant relative description "Enable relative loading of libraries to allow for
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.4/
|
||||
livecheck.regex ruby-(2.4.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.4\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
@@ -127,5 +127,4 @@ variant relative description "Enable relative loading of libraries to allow for
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.5/
|
||||
livecheck.regex ruby-(2.5.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.5\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
@@ -142,5 +142,4 @@ platform darwin {
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.6/
|
||||
livecheck.regex ruby-(2.6.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.6\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
@@ -120,5 +120,4 @@ platform darwin {
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url https://cache.ruby-lang.org/pub/ruby/2.7/
|
||||
livecheck.regex ruby-(2.7.\\d+)${extract.suffix}
|
||||
|
||||
livecheck.regex ruby-(2\\.7\\.\\d+)[quotemeta ${extract.suffix}]
|
||||
|
||||
Reference in New Issue
Block a user