From 4da713dd9a8538588b763cc99a31c165f6b434a3 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Wed, 1 Jun 2016 11:45:52 +0200 Subject: xquartz: expect 2.7.9 on 10.6-10.11 (#307) --- Library/Homebrew/os/mac/xquartz.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 3147dc1df..dfb8afee7 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -23,7 +23,8 @@ module OS "2.7.54" => "2.7.5", "2.7.61" => "2.7.6", "2.7.73" => "2.7.7", - "2.7.86" => "2.7.8" + "2.7.86" => "2.7.8", + "2.7.94" => "2.7.9", }.freeze # This returns the version number of XQuartz, not of the upstream X.org. @@ -50,7 +51,7 @@ module OS when "10.5" "2.6.3" else - "2.7.8" + "2.7.9" end end -- cgit v1.2.3