Make sure 10.9 users upgrade XQuartz
This commit is contained in:
parent
0f87351a0e
commit
5863a72625
@ -39,8 +39,14 @@ module OS
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# http://xquartz.macosforge.org/trac/wiki
|
||||||
|
# http://xquartz.macosforge.org/trac/wiki/Releases
|
||||||
def latest_version
|
def latest_version
|
||||||
"2.7.4"
|
case MacOS.version
|
||||||
|
when "10.5" then "2.6.3"
|
||||||
|
when "10.9" then "2.7.5_rc4"
|
||||||
|
else "2.7.4"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def bundle_path
|
def bundle_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user