aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-11-03 18:28:46 +0000
committerGitHub2017-11-03 18:28:46 +0000
commit2af98133ba9083a9620703be78357a227deaeef6 (patch)
treeeceaed583de5691ea4c435479dfb0183eafd5260
parent872bd4f703f3ff06a64ab7625f62f41cda8822b7 (diff)
parentbdc7657456e7792fdc1181795ad3e4ab36e73d60 (diff)
downloadbrew-2af98133ba9083a9620703be78357a227deaeef6.tar.bz2
Merge pull request #3407 from DomT4/x11
xquartz: add new versions + mark latest
-rw-r--r--Library/Homebrew/os/mac/xquartz.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb
index 2fdf0abea..ddb2aa4fa 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.
@@ -52,7 +54,7 @@ module OS
when "10.5"
"2.6.3"
else
- "2.7.9"
+ "2.7.11"
end
end