From eb950644c554f5e1910f0a5495f51b85aed629df Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 31 Oct 2017 16:20:47 +0000 Subject: [PATCH] xquartz: add 2.7.10 & 2.7.11 releases --- Library/Homebrew/os/mac/xquartz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 2fdf0abead..59a36feb24 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -26,6 +26,8 @@ module OS "2.7.73" => "2.7.7", "2.7.86" => "2.7.8", "2.7.94" => "2.7.9", + "2.7.108" => "2.7.10", + "2.7.112" => "2.7.11", }.freeze # This returns the version number of XQuartz, not of the upstream X.org.