From 409a7bce96ade7390ec99d8ba243ead03e0e6780 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 21 Sep 2014 10:06:07 -0700 Subject: [PATCH] XQuartz 2.7.7 --- Library/Homebrew/os/mac/xquartz.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index b483146999..439c1b4db1 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -21,6 +21,8 @@ module OS "2.7.52" => "2.7.5_rc3", "2.7.53" => "2.7.5_rc4", "2.7.54" => "2.7.5", + "2.7.61" => "2.7.6", + "2.7.73" => "2.7.7", }.freeze # This returns the version number of XQuartz, not of the upstream X.org. @@ -47,7 +49,7 @@ module OS when "10.5" "2.6.3" else - "2.7.6" + "2.7.7" end end