Remove special case for XQuartz.
This commit is contained in:
parent
7b9556db06
commit
91d6009891
@ -16,7 +16,6 @@ describe Homebrew::BundleVersion do
|
|||||||
["1.0", "0"] => "1.0",
|
["1.0", "0"] => "1.0",
|
||||||
["1.2.3.4000", "4000"] => "1.2.3.4000",
|
["1.2.3.4000", "4000"] => "1.2.3.4000",
|
||||||
["5", "5.0.45"] => "5.0.45",
|
["5", "5.0.45"] => "5.0.45",
|
||||||
["XQuartz-2.7.11", "2.7.112"] => "2.7.11",
|
|
||||||
["2.5.2(3329)", "3329"] => "2.5.2,3329",
|
["2.5.2(3329)", "3329"] => "2.5.2,3329",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user