aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-11-12 10:11:32 -0600
committerJack Nagel2013-11-12 10:12:41 -0600
commitde9e881323c9ed35831c1cfc9ab0669908958fcd (patch)
tree202aef86c26c2abce95f46388a5b8ea7cb228a34 /Library/Homebrew/cmd
parentffa87d02020f414cf472b119c8b7565e16436178 (diff)
downloadhomebrew-de9e881323c9ed35831c1cfc9ab0669908958fcd.tar.bz2
XQuartz 2.7.5 released
Closes #24173.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index a7b159b69..569f44d73 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -1089,18 +1089,11 @@ end
return if installed_version >= latest_version
- case MacOS.version
- when "10.9" then <<-EOS.undent
- Your XQuartz (#{installed_version}) is outdated
- OS X Mavericks requires XQuartz #{latest_version}:
- http://xquartz.macosforge.org/trac/wiki/X112.7.5
- EOS
- else <<-EOS.undent
+ <<-EOS.undent
Your XQuartz (#{installed_version}) is outdated
Please install XQuartz #{latest_version}:
https://xquartz.macosforge.org
- EOS
- end
+ EOS
end
end # end class Checks