From 8b7ddc1fed6af65ddbdfa9b646a1f7cfcf6019ed Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 12 Nov 2013 10:11:32 -0600 Subject: XQuartz 2.7.5 released Closes Homebrew/homebrew#24173. --- Library/Homebrew/os/mac/xquartz.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Library/Homebrew/os/mac') diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 9eb1fe6bb..f864720f9 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -20,6 +20,7 @@ module OS "2.7.51" => "2.7.5_rc2", "2.7.52" => "2.7.5_rc3", "2.7.53" => "2.7.5_rc4", + "2.7.54" => "2.7.5", }.freeze # This returns the version number of XQuartz, not of the upstream X.org. @@ -43,9 +44,10 @@ module OS # http://xquartz.macosforge.org/trac/wiki/Releases def latest_version case MacOS.version - when "10.5" then "2.6.3" - when "10.9" then "2.7.5_rc4" - else "2.7.4" + when "10.5" + "2.6.3" + else + "2.7.5" end end -- cgit v1.2.3